Skip to content

Commit

Permalink
chore: Add missing permissions in release image workflow (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk authored Oct 21, 2024
1 parent ecb7043 commit 8b72250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-service-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b72250

Please sign in to comment.