Skip to content

Commit

Permalink
Revert "use bot token again"
Browse files Browse the repository at this point in the history
This reverts commit 7ccc82b.
  • Loading branch information
MarcelKoch committed Nov 13, 2023
1 parent b391b77 commit 5784ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
persist-credentials: false
- name: Commit formatting changes
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cp --preserve .github/format.sh /tmp && /tmp/format.sh

rebase:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: cp .github/check-format.sh /tmp && /tmp/check-format.sh
id: pre-commit
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload code formatting patch
if: ${{ failure() && steps.pre-commit.outcome == 'failure' }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5784ea6

Please sign in to comment.