Skip to content

Commit

Permalink
Update workflows for release branch (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Aug 15, 2023
1 parent dbbc05a commit 4e0795b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,12 @@ jobs:
with:
platforms: ${{ matrix.platforms }}
image: ${{ matrix.image }}
permissions:
contents: read
actions: read
security-events: write
id-token: write
packages: write
secrets: inherit

build-docker-plus:
Expand All @@ -336,6 +342,10 @@ jobs:
image: ${{ matrix.image }}
target: ${{ matrix.target }}
release-url: ${{ needs.binaries.outputs.release-url }}
permissions:
contents: read
security-events: write
id-token: write
secrets: inherit

build-docker-nap:
Expand All @@ -354,6 +364,10 @@ jobs:
image: ${{ matrix.image }}
target: ${{ matrix.target }}
nap_modules: ${{ matrix.nap_modules }}
permissions:
contents: read
security-events: write
id-token: write
secrets: inherit

publish-helm:
Expand Down

0 comments on commit 4e0795b

Please sign in to comment.