We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4190194 commit 8906dfaCopy full SHA for 8906dfa
.github/workflows/release.yaml
@@ -14,4 +14,5 @@ jobs:
14
name: Release
15
uses: zen-fs/core/.github/workflows/release-common.yaml@main
16
needs: ci
17
- secrets: inherit
+ secrets:
18
+ npm_token: ${{ secrets.npm_token }}
0 commit comments