Skip to content

Commit 4d4739d

Browse files
committed
inherit secrets
1 parent c8ef60d commit 4d4739d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ jobs:
99
uses: ./.github/workflows/build.yml
1010
with:
1111
S3_PREFIX: pull-requests/${{ github.event.number }}/
12+
secrets: inherit
1213

1314
call-mkrepo:
1415
name: Make repositories
16+
needs: call-build
1517
uses: ./.github/workflows/mkrepo.yml
1618
with:
1719
S3_PREFIX: pull-requests/${{ github.event.number }}/
20+
secrets: inherit

0 commit comments

Comments
 (0)