Skip to content

Commit 228cffc

Browse files
authored
use PAT for pr checkout (Effect-TS#4160)
1 parent 28b15ee commit 228cffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: gh pr checkout ${{ github.event.pull_request.number }}
2626
if: github.event.pull_request
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.EFFECT_BOT_GH }}
2929
- uses: tim-smart/next-release-action@main
3030
with:
3131
github_token: ${{ secrets.EFFECT_BOT_GH }}

0 commit comments

Comments
 (0)