Skip to content

Commit 7a9d07b

Browse files
authored
Comment token usage in lieu of verified publisher NPM auth
1 parent 53e6765 commit 7a9d07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-sites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
- uses: JS-DevTools/npm-publish@v2
5959
with:
60-
token: ${{ secrets.NPM_TOKEN }}
60+
# use verified publisher; token: ${{ secrets.NPM_TOKEN }}
6161
access: public
6262
package: packages/sites/${{ matrix.dir }}/package.json
6363
tag: ${{ env.npm_tag }}

0 commit comments

Comments
 (0)