We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b725e4a + 481c1a0 commit 4d651d9Copy full SHA for 4d651d9
.github/workflows/release.yml
@@ -7,4 +7,5 @@ jobs:
7
release:
8
permissions: { contents: write, id-token: write }
9
uses: nodenv/.github/.github/workflows/release.yml@v7
10
- secrets: inherit
+ secrets:
11
+ BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
0 commit comments