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 f342632 commit 4291b9c
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 @@ -69,5 +69,7 @@ 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 }}

0 comments on commit 4291b9c

Please sign in to comment.