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:
commit
be93ece95e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/stale.yaml
vendored
4
.github/workflows/stale.yaml
vendored
|
@ -5,8 +5,8 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: read|write
|
||||
pull-requests: read|write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
2
.github/workflows/sync-golang-image.yaml
vendored
2
.github/workflows/sync-golang-image.yaml
vendored
|
@ -11,7 +11,7 @@ env:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: read|write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
sync-golang:
|
||||
|
|
Loading…
Reference in a new issue