Skip to content

Commit cd10f22

Browse files
committed
feat(publish): disallow PAT
1 parent f2f530b commit cd10f22

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Publish (with Changesets)
33
on:
44
workflow_call:
55
secrets:
6-
NPM_TOKEN:
7-
required: true
86
GPG_PRIVATE_KEY:
97
required: true
108
GPG_PASSPHRASE:
@@ -53,4 +51,3 @@ jobs:
5351
setupGitUser: false
5452
env:
5553
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)