We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa07a1 commit eb78e97Copy full SHA for eb78e97
.changeset/fuzzy-yaks-jump.md
@@ -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
@@ -50,6 +50,9 @@ jobs:
50
publish: npm run release
51
title: 'chore: version packages'
52
commit: 'chore: version packages'
53
+ env:
54
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
57
# Only publish to GitHub Packages if npm publish succeeded
58
- name: Setup Node.js for GitHub Packages
0 commit comments