Skip to content

Commit

Permalink
fix: pass CC_TEST_REPORTER_ID top-down to test workflow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz authored Oct 23, 2023
1 parent f0a0d06 commit 89398f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
secrets:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
release-please:
needs:
- lint
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- reopened
- synchronize
workflow_call:
secrets:
CC_TEST_REPORTER_ID:
required: true

jobs:
test:
Expand Down

0 comments on commit 89398f2

Please sign in to comment.