Skip to content

Commit 671dcbb

Browse files
committed
chore(ci): fix auto generation
1 parent 8c2c14c commit 671dcbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-repo-changes.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
2222
- name: Generate Awesome Italia
2323
run: python generate_md.py
24+
env:
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2426

2527
- name: Check for the stale report issue
2628
run: |
@@ -43,4 +45,5 @@ jobs:
4345
commit-message: chore:: update awesome italia
4446
title: Update Awesome Italia
4547
body: This PR updates Awesome Italia files
46-
branch: update-awesome-italia
48+
branch: update-awesome-italia
49+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)