Skip to content

refactor(VLE): Remove modules part 1 #35

refactor(VLE): Remove modules part 1

refactor(VLE): Remove modules part 1 #35

name: Non-develop branch PR workflows
on:
pull_request:
branches:
- '*'
- '*/*'
- '**'
- '!develop'
jobs:
test-coverage:
uses: WISE-Community/WISE-Client/.github/workflows/test-coverage.yml@develop
secrets:
test_reporter: ${{secrets.CC_TEST_REPORTER_ID}}

Check failure on line 13 in .github/workflows/other-branch-workflows.yml

View workflow run for this annotation

GitHub Actions / Non-develop branch PR workflows

Invalid workflow file

The workflow is not valid. .github/workflows/other-branch-workflows.yml (Line: 13, Col: 22): Invalid secret, test_reporter is not defined in the referenced workflow.
generate-messages:
needs: test-coverage
uses: WISE-Community/WISE-Client/.github/workflows/generate-messages.yml@develop
secrets:
token: ${{ secrets.GITHUB_TOKEN }}