Skip to content

Commit

Permalink
Add permissions to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Aug 30, 2023
1 parent a48703f commit 05031af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
schedule:
- cron: "30 14 * * *" #runs at 12:30 UTC everyday

permissions: write-all

jobs:
refresh_config:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 05031af

Please sign in to comment.