Skip to content

Commit bf712b3

Browse files
committed
wip
1 parent ec9441f commit bf712b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-npm-token-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check NPM Publish Permissions
33
on:
44
push:
55
env:
6-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6+
NPM_TOKEN: "foo"
77
jobs:
88
check-npm-permissions:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)