Skip to content

Commit

Permalink
fix: Inherit secret in reusable workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Mar 7, 2024
1 parent fc0d6c0 commit b087774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-crates-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
repo: ${{ inputs.repo }}
version: ${{ inputs.version }}
branch: ${{ inputs.branch }}
secrets: inherit

publish:
needs: build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-crates-eclipse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
branch: ${{ inputs.branch }}
artifact-patterns: ${{ inputs.artifact-patterns }}
exclude-builds: ${{ inputs.exclude-builds }}
secrets: inherit

publish:
needs: build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-crates-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
branch: ${{ inputs.branch }}
artifact-patterns: ${{ inputs.artifact-patterns }}
exclude-builds: ${{ inputs.exclude-builds }}
secrets: inherit

build-debian:
if: ${{ !inputs.no-build }}
Expand All @@ -68,6 +69,7 @@ jobs:
repo: ${{ inputs.repo }}
version: ${{ inputs.version }}
branch: ${{ inputs.branch }}
secrets: inherit

publish:
needs: [build-standalone, build-debian]
Expand Down

0 comments on commit b087774

Please sign in to comment.