Skip to content

Commit 4bd0789

Browse files
committed
Allow CI workflow to access the secrets when run from the nightly_release workflow.
1 parent ab697c3 commit 4bd0789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ permissions:
1313
jobs:
1414
ci:
1515
uses: ./.github/workflows/ci.yml
16+
# Allow the reused workflow to access the secrets.
17+
secrets: inherit
1618

1719
nightly-release:
1820
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)