Skip to content

Commit

Permalink
use bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Nov 27, 2023
1 parent ce60891 commit 9da00e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: cp .github/check-format.sh /tmp && /tmp/check-format.sh
id: pre-commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
- name: Upload code formatting patch
if: ${{ failure() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9da00e6

Please sign in to comment.