Skip to content

Commit 4430af0

Browse files
authored
Pass secrets through reusable workflow chain
1 parent e8c1f3d commit 4430af0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
full-matrix: true
3434
enabled: ${{ startsWith(github.ref, 'refs/tags') }}
3535
skip-build: true
36+
secrets: inherit
3637

3738
packages:
3839
permissions:

.github/workflows/test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
with:
4444
full-matrix: ${{ inputs.full-matrix }}
4545
skip-build: ${{ inputs.skip-build }}
46+
secrets: inherit
4647

4748
run-if-disabled:
4849
if: ${{ ! inputs.enabled }}

0 commit comments

Comments
 (0)