Skip to content

Commit

Permalink
Pass secrets to release job
Browse files Browse the repository at this point in the history
The release workflow needs to specify `secrets: inherit` so that the
release job in the called workflow can access secrets to do its thing.
  • Loading branch information
victorlin committed Nov 12, 2024
1 parent c88c518 commit 802fc37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ on:
jobs:
run:
uses: ./.github/workflows/ci.yaml
secrets: inherit
with:
version: ${{ inputs.version }}

0 comments on commit 802fc37

Please sign in to comment.