0
Fork 0
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:
Andrei Aaron 2022-07-26 14:05:37 +00:00 committed by Ramkumar Chinchani
parent 4fd727a10c
commit 7182e426a7
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: read|write
pull-requests: read|write
jobs:
stale:

View file

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