We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119f767 commit 5781e31Copy full SHA for 5781e31
1 file changed
.github/workflows/tag.yaml
@@ -6,11 +6,19 @@ on:
6
7
jobs:
8
publish_images:
9
+ permissions:
10
+ contents: read
11
+ id-token: write
12
+ packages: write
13
+ security-events: write
14
uses: ./.github/workflows/publish-images.yaml
15
with:
16
ref: ${{ github.ref }}
17
18
publish_charts:
19
20
+ contents: write
21
+ pull-requests: write
22
needs: [publish_images]
23
uses: ./.github/workflows/publish-charts.yaml
24
0 commit comments