Skip to content

Commit 1069fbc

Browse files
committed
Enabled inheritance of secrets in GitHub workflows
1 parent 7f52fee commit 1069fbc

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 @@ on:
88
jobs:
99
test:
1010
uses: ./.github/workflows/test.yml
11+
secrets: inherit
1112

1213
publish_to_cargo:
1314
needs: build_and_test

0 commit comments

Comments
 (0)