chore: Add missing permissions in release image workflow (#194)

This commit is contained in:
Pavlo Paliychuk 2024-10-21 10:07:51 -04:00 committed by GitHub
parent ecb704364e
commit 8b72250f0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,9 @@ env:
jobs:
build_and_start_svc:
uses: ./.github/workflows/build-and-start-svc.yml
permissions:
contents: read
id-token: write
docker-image:
needs: build_and_start_svc
environment: