Skip to content

Commit b8bfdfb

Browse files
committed
build(ci): Remove NODE_AUTH_TOKEN to try trusted publishing
1 parent 0c01865 commit b8bfdfb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/wise-owls-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@taskade/temporal-parser": patch
3+
---
4+
5+
build(ci): Remove NODE_AUTH_TOKEN to try trusted publishing

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
commit: 'chore: version packages'
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5655

5756
# Only publish to GitHub Packages if npm publish succeeded
5857
- name: Setup Node.js for GitHub Packages

0 commit comments

Comments
 (0)