chore: Add missing permissions in release image workflow (#194)
This commit is contained in:
parent
ecb704364e
commit
8b72250f0b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-service-image.yml
vendored
3
.github/workflows/release-service-image.yml
vendored
|
|
@ -12,6 +12,9 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build_and_start_svc:
|
build_and_start_svc:
|
||||||
uses: ./.github/workflows/build-and-start-svc.yml
|
uses: ./.github/workflows/build-and-start-svc.yml
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
docker-image:
|
docker-image:
|
||||||
needs: build_and_start_svc
|
needs: build_and_start_svc
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue