Skip to content

Commit f08ed17

Browse files
committed
use bot token to push
1 parent 2e34a18 commit f08ed17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
git config --global user.email "203399718+cloudnode-bot@users.noreply.github.com"
5656
git add "**/index.ts"
5757
git commit -S -m "chore: update indices"
58+
echo "https://x-access-token:${{ secrets.BOT_GH_TOKEN }}@github.com" > ~/.git-credentials
59+
git config --global credential.helper 'store --file ~/.git-credentials'
5860
git push
5961
6062
- name: Pack

0 commit comments

Comments
 (0)