Skip to content

ci: abstract release #1988

ci: abstract release

ci: abstract release #1988

on: push
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
# Cancel previous runs if not on a release branch
cancel-in-progress: ${{ !contains(github.ref, fromJSON('["master", "main"]')) }}
jobs:
build:
uses: ./.github/workflows/build.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
e2e:
uses: ./.github/workflows/e2e.yml
secrets: inherit
release:
needs: [build, lint, test, e2e]
uses: ./.github/workflows/release.yml

Check failure on line 20 in .github/workflows/dhis2-verify-app.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dhis2-verify-app.yml

Invalid workflow file

The workflow is not valid. .github/workflows/dhis2-verify-app.yml (Line: 20, Col: 15): Secret DHIS2_BOT_GITHUB_TOKEN is required, but not provided while calling. .github/workflows/dhis2-verify-app.yml (Line: 20, Col: 15): Secret DHIS2_BOT_APPHUB_TOKEN is required, but not provided while calling.
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"