Skip to content

Commit

Permalink
Granular NPM token description
Browse files Browse the repository at this point in the history
for release pipeline
  • Loading branch information
emielb authored Dec 19, 2022
1 parent 100c6d2 commit 19006f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
- name: Release
uses: JS-DevTools/npm-publish@v1
with:
# This is an automation type NPM access token.
# This is a granular NPM access token with
# "Packages and scopes" permission "Read and write"
# for this package only.
token: ${{ secrets.WORKFLOW_NPM_TOKEN }}
package: dist/politie/ngx-sherlock/package.json

0 comments on commit 19006f8

Please sign in to comment.