Skip to content

Commit

Permalink
fix: 🐞 push access to workflow for csv test
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Sep 16, 2024
1 parent 6fbe8a2 commit 9d05471
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/star-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- cron: '0 0 * * *' # Runs daily at midnight
workflow_dispatch:

permissions:
contents: write # Grants push access


jobs:
track-stars:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9d05471

Please sign in to comment.