Skip to content

Commit 8ae4920

Browse files
committed
Revert "use bot token to push"
This reverts commit f08ed17.
1 parent f08ed17 commit 8ae4920

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ 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'
6058
git push
6159
6260
- name: Pack

0 commit comments

Comments
 (0)