Skip to content

Commit 0f29277

Browse files
committed
⚗️ Try without bot token
1 parent 79ae82f commit 0f29277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tasks-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
27-
with:
28-
token: ${{ secrets.BOT_ACCESS_TOKEN }}
27+
# with:
28+
# token: ${{ secrets.BOT_ACCESS_TOKEN }}
2929
- run: corepack enable
3030
- uses: actions/setup-node@v3
3131
with:

0 commit comments

Comments
 (0)