Skip to content

Commit c72bba1

Browse files
committed
Added back direct token on commit
1 parent 3e3d651 commit c72bba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-zudoku.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- run: git config --global user.name "Zudoku Bot"
4040

4141
- name: Commit and push if there are changes
42+
env:
43+
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
4244
run: |
4345
git add -A
4446
git diff --staged --quiet || (git commit -m "Updated Zudoku Package" && git push origin main)

0 commit comments

Comments
 (0)