Skip to content

Commit ebe8884

Browse files
committed
overwrite GitHub token for push step
1 parent 2e34a18 commit ebe8884

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
4949
- name: Commit indices
5050
if: github.event_name == 'pull_request' && steps.uncommitted_indices.outputs.has_changes == 'true'
51+
env:
52+
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
5153
run: |
5254
echo "${{ secrets.BOT_PGP_KEY }}" | gpg --import --batch
5355
git config --global user.signingkey "[email protected]"

0 commit comments

Comments
 (0)