Skip to content

Commit bc84b1b

Browse files
authored
Inherit secrets from publish workflow (#70)
By default, workflows do not inherit secrets from other workflows that call them, even if they would otherwise have access via an event trigger. This setting re-enables access to secrets needed to run E2E tests when invoked from the publish workflow.
1 parent 66f7db6 commit bc84b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
run-ci:
99
name: Run CI
1010
uses: ./.github/workflows/ci.yml
11+
secrets: inherit
1112
upload:
1213
name: Upload to partner blob container
1314
needs: run-ci

0 commit comments

Comments
 (0)