Skip to content

Commit

Permalink
ci: inherit secrets in push workflow (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Feb 10, 2025
1 parent df97995 commit 67f37c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
verify:
uses: ./.github/workflows/verification.yml
secrets: inherit

publish:
needs: verify
Expand Down

0 comments on commit 67f37c1

Please sign in to comment.