Skip to content

Commit 5781e31

Browse files
authored
Fix CI permissions on tag (#386)
1 parent 119f767 commit 5781e31

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tag.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ on:
66

77
jobs:
88
publish_images:
9+
permissions:
10+
contents: read
11+
id-token: write
12+
packages: write
13+
security-events: write
914
uses: ./.github/workflows/publish-images.yaml
1015
with:
1116
ref: ${{ github.ref }}
1217

1318
publish_charts:
19+
permissions:
20+
contents: write
21+
pull-requests: write
1422
needs: [publish_images]
1523
uses: ./.github/workflows/publish-charts.yaml
1624
with:

0 commit comments

Comments
 (0)