Skip to content

Commit 92c6492

Browse files
authored
Change bot token secret name (#3284)
1 parent 920e3d8 commit 92c6492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
filter: blob:none
23-
token: ${{ secrets.GITHUB_BOT_TOKEN }}
23+
token: ${{ secrets.TS_BOT_TOKEN }}
2424
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2525
with:
2626
node-version: "18.x"
@@ -37,5 +37,5 @@ jobs:
3737
with:
3838
publish: pnpm ci:publish
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_BOT_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.TS_BOT_TOKEN }}
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)