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 ebe8884Copy full SHA for ebe8884
.github/workflows/ci.yaml
@@ -48,6 +48,8 @@ jobs:
48
49
- name: Commit indices
50
if: github.event_name == 'pull_request' && steps.uncommitted_indices.outputs.has_changes == 'true'
51
+ env:
52
+ GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
53
run: |
54
echo "${{ secrets.BOT_PGP_KEY }}" | gpg --import --batch
55
git config --global user.signingkey "[email protected]"
0 commit comments