Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Add token to pre-commit autoupdate workflow (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 1, 2022
1 parent c4ed6b5 commit 3713c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v3.10.0
with:
token: ${{ secrets.PRECOMMIT_AUTOUPDATE_TOKEN }}
branch: update/pre-commit-autoupdate
title: Update pre-commit hooks
commit-message: Update pre-commit hooks versions
Expand Down

0 comments on commit 3713c1a

Please sign in to comment.