Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Feb 11, 2025
1 parent b444e67 commit 9dfca9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-npm-token-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check NPM Publish Permissions
on:
push:
env:
NPM_TOKEN: "foo"
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -25,9 +25,6 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Print NPM_TOKEN
run: echo ${{ secrets.NPM_TOKEN }}

- name: List Packages I can access
run: |
npm access list packages
Expand Down

0 comments on commit 9dfca9c

Please sign in to comment.