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 9181432 commit dc1d722Copy full SHA for dc1d722
.github/workflows/docusaurus_sync.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Commit and push changes
50
env:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.HAYSTACK_BOT_TOKEN }}
52
run: |
53
git config --global user.name "github-actions[bot]"
54
git config --global user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments