We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci-github-publish/.github/workflows/__main-ci.yml
Line 14 in 060859d
--- name: Internal - Main - Continuous Integration on: # yamllint disable-line rule:truthy push: branches: [main] tags: ["*"] workflow_dispatch: permissions: contents: read statuses: write deployments: write # FIXME: This is a workaround for having workflow actions. See https://github.com/orgs/community/discussions/38659 id-token: write concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: ci: uses: ./.github/workflows/__shared-ci.yml release: needs: ci uses: ./.github/workflows/release-actions.yml with: update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }} github-app-id: ${{ vars.CI_BOT_APP_ID }} secrets: github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ci-github-publish/.github/workflows/__main-ci.yml
Line 14 in 060859d
The text was updated successfully, but these errors were encountered: