Skip to content

Commit

Permalink
secret: inherit is required
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur1 committed Jul 12, 2024
1 parent d4b746b commit f04018c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-version-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ jobs:
uses: ./.github/workflows/wf-build.yml
with:
needs-push: true
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ on:
jobs:
build:
uses: ./.github/workflows/wf-build.yml
secrets: inherit

0 comments on commit f04018c

Please sign in to comment.