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 f08ed17 commit 8ae4920Copy full SHA for 8ae4920
.github/workflows/ci.yaml
@@ -55,8 +55,6 @@ 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