Skip to content

Commit a0f587c

Browse files
RubenHalmanRubenHalman
authored andcommitted
revert(ci): remove NPM_TOKEN, publish uses OIDC trusted publishing
1 parent 2f3bdfe commit a0f587c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-core.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ jobs:
3434

3535
- name: Publish
3636
working-directory: packages/core
37-
run: npm publish --provenance --access public
38-
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)