We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c0383 commit 9100bd5Copy full SHA for 9100bd5
1 file changed
publish-npm/README.md
@@ -76,7 +76,7 @@ This reusable GitHub Actions workflow automates the process of publishing an NPM
76
node-version: '20'
77
registry-url: 'https://registry.npmjs.org'
78
secrets:
79
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ npm-token: ${{ secrets.NPM_TOKEN }}
80
```
81
82
3. **Configure Secrets:**
0 commit comments