mirror of
https://github.com/project-zot/zot.git
synced 2025-02-17 23:45:36 -05:00
Fix typos in workflow permissions
Signed-off-by: Andrei Aaron <andaaron@cisco.com>
This commit is contained in:
parent
4fd727a10c
commit
7182e426a7
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: read|write
|
||||
pull-requests: read|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: read|write
|
||||
|
||||
jobs:
|
||||
sync-golang:
|
||||
|
|
Loading…
Add table
Reference in a new issue