Skip to content

Commit

Permalink
Inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Aug 7, 2024
1 parent f08500f commit cc09c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: Test
needs: build
uses: ./.github/workflows/Test.yml
secrets: inherit

qa:
name: QA
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
name: Test
needs: build
uses: ./.github/workflows/Test.yml
secrets: inherit

publish:
name: Publish
Expand Down

0 comments on commit cc09c1f

Please sign in to comment.