Skip to content

Commit b06c0cb

Browse files
authored
chore: allow access to secrets to the nightly release workflow (#23764)
The workflow test failed because the environment didn't grant access to the secrets to the reusable workflow. In this PR, we do grant access. This was validated by a run of the workflow on my personal fork of `scala/scala3` (https://github.com/hamzaremmal/scala3/actions/runs/17009629759/job/48223892571). [skip ci]
2 parents be6163f + f2ee8a7 commit b06c0cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
uses: ./.github/workflows/release-maven-artifacts.yml
1818
with:
1919
environment: release-nightly
20+
secrets: inherit

0 commit comments

Comments
 (0)