Skip to content

Commit

Permalink
chore: fixing coverage token not accessible on releases (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas authored May 7, 2024
1 parent c55363c commit dd64b90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: ./.github/workflows/unit_test.yml
with:
identifier: 'workflow-call-unit-test'
secrets: inherit

fortify:
name: Run Fortify Scan
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: ./.github/workflows/unit_test.yml
with:
identifier: 'workflow-call-unit-test'
secrets: inherit

fortify:
name: Run Fortify Scan
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: ./.github/workflows/unit_test.yml
with:
identifier: 'workflow-call-unit-test'
secrets: inherit

fortify:
name: Run Fortify Scan
Expand Down

0 comments on commit dd64b90

Please sign in to comment.