Skip to content

Commit

Permalink
Fix readme to have permissions in correct place (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Mar 11, 2024
1 parent 14b7c72 commit e51cc35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ name: Github Action with a cronjob trigger
on:
schedule:
- cron: "0 0 * * *"
permissions:
actions: write
permissions:
actions: write
jobs:
cronjob-based-github-action:
name: Cronjob based github action
Expand Down Expand Up @@ -66,8 +66,8 @@ name: Github Action with a cronjob trigger
on:
schedule:
- cron: "0 0 * * *"
permissions:
contents: write
permissions:
contents: write
jobs:
cronjob-based-github-action:
name: Cronjob based github action
Expand Down

0 comments on commit e51cc35

Please sign in to comment.