Skip to content

Commit e882731

Browse files
committed
build: inherit secrets
Signed-off-by: Adam Setch <[email protected]>
1 parent 5dcfd57 commit e882731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323
uses: ./.github/workflows/build.yml
2424
needs: tests
2525
if: ${{ !startsWith(github.head_ref, 'release/v') }}
26+
secrets: inherit
2627

2728
release:
2829
name: Release
2930
uses: ./.github/workflows/release.yml
3031
needs: tests
3132
if: ${{ startsWith(github.head_ref, 'release/v') }}
33+
secrets: inherit
3234
permissions:
3335
contents: write
3436

0 commit comments

Comments
 (0)