mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Add write permissions to GHCR
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
parent
f3599f4699
commit
f9245ebbb3
16
.github/workflows/publish.yml
vendored
16
.github/workflows/publish.yml
vendored
@ -9,6 +9,14 @@ jobs:
|
||||
|
||||
publish-gateway:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
checks: write
|
||||
issues: read
|
||||
packages: write
|
||||
pull-requests: read
|
||||
repository-projects: read
|
||||
statuses: read
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x]
|
||||
@ -58,6 +66,14 @@ jobs:
|
||||
|
||||
publish-auth-plugins:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
checks: write
|
||||
issues: read
|
||||
packages: write
|
||||
pull-requests: read
|
||||
repository-projects: read
|
||||
statuses: read
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x]
|
||||
|
Loading…
x
Reference in New Issue
Block a user