We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f04ce7 commit 026a644Copy full SHA for 026a644
.github/workflows/analyze-customer-repo.yml
@@ -32,7 +32,9 @@ jobs:
32
33
- name: Deploy to central site
34
env:
35
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # BOT_TOKEN (PAT with repo+workflow scopes) is required so the push
36
+ # triggers build-index.yml. GITHUB_TOKEN pushes are ignored by GitHub Actions.
37
+ GH_TOKEN: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }}
38
REPO: ${{ inputs.repo }}
39
run: |
40
git config --global user.name "supermodel-bot"
0 commit comments