Skip to content

Commit dfd2204

Browse files
committed
chore: enable passwordless trusted publishing by removing NPM_TOKEN dependency
1 parent afca9b2 commit dfd2204

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/dev-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ jobs:
166166
167167
- name: Publish to npm with dev tag
168168
run: pnpm --filter anya-ui publish --access public --provenance --no-git-checks --tag dev
169-
env:
170-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
171169

172170
- name: Advance last-dev-publish tag
173171
env:

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898

9999
- name: Publish anya-ui to npm
100100
run: pnpm --filter anya-ui publish --access public --provenance --no-git-checks --tag "${{ github.event.inputs.dist_tag }}"
101-
env:
102-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
103101

104102
- name: Summarize
105103
run: |

0 commit comments

Comments
 (0)