Skip to content

Commit f995ecc

Browse files
authoredJul 2, 2022
chore: attempt to fix again
1 parent 7e2fe5a commit f995ecc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/check_updates.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Clone repository
1818
uses: actions/checkout@v2
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GH_DPRINTBOT_PAT }}
1921
with:
2022
token: ${{ secrets.GH_DPRINTBOT_PAT }}
2123

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

2628
- name: Run script
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GH_DPRINTBOT_PAT }}
2731
run: |
2832
git config user.email "dprintbot@users.noreply.github.com"
2933
git config user.name "dprintbot"

0 commit comments

Comments
 (0)