Skip to content

Commit 2e34a18

Browse files
committed
checkout using bot GH token
1 parent 65096d7 commit 2e34a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.pull_request.head.ref }}
25+
token: ${{ secrets.BOT_GH_TOKEN }}
2526

2627
- name: Setup Node.js
2728
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)