Skip to content

Commit eb78e97

Browse files
committed
build(ci): pass GITHUB_TOKEN token to changesets release action
changesets/action requires GITHUB_TOKEN for PR/release operations.
1 parent 8fa07a1 commit eb78e97

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/fuzzy-yaks-jump.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): pass GITHUB_TOKEN token to changesets release action

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
publish: npm run release
5151
title: 'chore: version packages'
5252
commit: 'chore: version packages'
53+
env:
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5356

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

0 commit comments

Comments
 (0)