Skip to content

Commit

Permalink
fix(gha): add permissions
Browse files Browse the repository at this point in the history
Signed-off-by: kaanyagci <kaan.yagci@makepad.fr>
  • Loading branch information
kaanyagci committed Aug 11, 2024
1 parent 6a46a97 commit ae1b3d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/get_latest_skaffold_version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Update Version

permissions:
contents: write
actions: write

on:
schedule:
- cron: '0 * * * *' # Runs every hour (adjust as needed)
Expand Down

0 comments on commit ae1b3d7

Please sign in to comment.