Skip to content

Commit 7218e29

Browse files
authored
fix: pass NODE_AUTH_TOKEN in publish workflow
fix: pass NODE_AUTH_TOKEN in publish workflow
2 parents 9cfe018 + 00677c4 commit 7218e29

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,4 @@ jobs:
3333
publish: bun run release
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
37-
- name: Enable auto-merge for Version Packages PR
38-
if: steps.changesets.outputs.pullRequestNumber
39-
run: gh pr merge --auto --merge ${{ steps.changesets.outputs.pullRequestNumber }}
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)