Skip to content

Commit

Permalink
chore(ci): fix auto generation
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 16, 2024
1 parent 8c2c14c commit 671dcbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-repo-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Generate Awesome Italia
run: python generate_md.py
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 671dcbb

Please sign in to comment.