0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

Merge pull request #683 from andaaron/perms2

Fix permissions for image sync and stale workflows
This commit is contained in:
Andrei Aaron 2022-07-27 21:22:22 +03:00 committed by GitHub
commit be93ece95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ on:
permissions:
contents: read
issues: read|write
pull-requests: read|write
issues: write
pull-requests: write
jobs:
stale:

View file

@ -11,7 +11,7 @@ env:
permissions:
contents: read
packages: read|write
packages: write
jobs:
sync-golang: