Skip to content

Commit

Permalink
fix: Use GITHUB_TOKEN granular permission
Browse files Browse the repository at this point in the history
  • Loading branch information
SkYNewZ committed Nov 7, 2023
1 parent 6ca972d commit afd80e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schedules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
awesome-stars:
name: update awesome-stars
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit afd80e0

Please sign in to comment.