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 ec9441f commit bf712b3Copy full SHA for bf712b3
.github/workflows/check-npm-token-permissions.yml
@@ -3,7 +3,7 @@ name: Check NPM Publish Permissions
3
on:
4
push:
5
env:
6
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: "foo"
7
jobs:
8
check-npm-permissions:
9
runs-on: ubuntu-latest
0 commit comments