We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e34a18 commit f08ed17Copy full SHA for f08ed17
.github/workflows/ci.yaml
@@ -55,6 +55,8 @@ jobs:
55
git config --global user.email "203399718+cloudnode-bot@users.noreply.github.com"
56
git add "**/index.ts"
57
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'
60
git push
61
62
- name: Pack
0 commit comments