Skip to content

Commit

Permalink
fix: Inherit secrets to allow notification
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Dec 13, 2022
1 parent 42cc6ee commit 903e8bd
Showing 1 changed file with 2 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 @@ -52,6 +52,7 @@ jobs:
artifacts-job:
needs: release-please
uses: ./.github/workflows/artifacts.yml
secrets: inherit
with:
sha: ${{ needs.release-please.outputs.sha }}
ref: ${{ github.ref }}
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:

notify:
uses: ./.github/workflows/notify.yml
secrets: inherit
if: ${{ needs.release-please.outputs.release_created == 'true' }}
needs:
- release-please
Expand Down

0 comments on commit 903e8bd

Please sign in to comment.