Skip to content

Commit a850112

Browse files
committed
Work around secrets issue in workflow, see actions/runner#2709
1 parent eb4c7ad commit a850112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
name: Release
1515
uses: ./.github/workflows/release-common.yaml
1616
needs: ci
17-
secrets: inherit
17+
secrets:
18+
npm_token: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)