Skip to content

Commit

Permalink
chore: attempt to fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
dprintbot authored Jul 2, 2022
1 parent 7e2fe5a commit f995ecc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_DPRINTBOT_PAT }}
with:
token: ${{ secrets.GH_DPRINTBOT_PAT }}

Expand All @@ -24,6 +26,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Run script
env:
GITHUB_TOKEN: ${{ secrets.GH_DPRINTBOT_PAT }}
run: |
git config user.email "dprintbot@users.noreply.github.com"
git config user.name "dprintbot"
Expand Down

0 comments on commit f995ecc

Please sign in to comment.