Skip to content

Commit

Permalink
Passing secrets from release Workflow to test Workflow (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen authored Oct 21, 2022
1 parent 6f94755 commit cf081f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit

release:
name: Release
Expand Down

0 comments on commit cf081f4

Please sign in to comment.