Skip to content

Commit

Permalink
GHA: relax permission to write-all
Browse files Browse the repository at this point in the history
Hopefully, it should be enough to create PRs from there.
  • Loading branch information
picnoir committed Mar 28, 2024
1 parent b19f34e commit 8508f04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0 * * MON'
permissions:
contents: write
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8508f04

Please sign in to comment.