We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b54c5d commit 17c1781Copy full SHA for 17c1781
.github/workflows/release.yml
@@ -52,6 +52,6 @@ jobs:
52
title: "chore(release): release in ci"
53
env:
54
# Needs access to push to main
55
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
56
# Needs access to publish to npm
57
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/snapshot-release.yml
0 commit comments