Skip to content

Commit

Permalink
fix: make secrets inherited for build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lriberon committed Jul 1, 2024
1 parent 8515dab commit 90f4ccb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull_request_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ jobs:
build:
needs: [lint, test]
uses: ./.github/workflows/build.yml
secrets:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
secrets: inherit

0 comments on commit 90f4ccb

Please sign in to comment.