Merge b4fbbe64a4fd9da68e95e13bf73103ce42e0502c #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly | |
on: | |
workflow_dispatch: | |
inputs: | |
build-dependent: | |
description: 'Should build dependent repositories?' | |
required: false | |
default: false | |
push: | |
branches: | |
- 'master' | |
env: | |
REPOSITORY_NAME: '${{ github.event.repository.name }}' | |
PROJECT_NAME: 'openponk-${{ github.event.repository.name }}' | |
VERSION: 'nightly' | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
cache-name: zip-cache | |
RUN_ID: ${{ github.run_id }} | |
jobs: | |
OP: | |
uses: OpenPonk/ci-scripts/.github/workflows/test-nightly.yml@master | |
secrets: | |
WORKFLOW_ACCESS_TOKEN: ${{ secrets.WORKFLOW_ACCESS_TOKEN }} |