Skip to content

Commit 4d651d9

Browse files
authored
Merge pull request #24 from nodenv/gha-zizmore
Pass gha secrets explicitly for release workflow
2 parents b725e4a + 481c1a0 commit 4d651d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ jobs:
77
release:
88
permissions: { contents: write, id-token: write }
99
uses: nodenv/.github/.github/workflows/release.yml@v7
10-
secrets: inherit
10+
secrets:
11+
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)