Skip to content

Commit 1f7ba8b

Browse files
authored
Update package-helm-chart.yaml
1 parent 372d999 commit 1f7ba8b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/package-helm-chart.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@ jobs:
4646
helm push ./aks-store-demo-chart-${{ steps.set-variables.outputs.VERSION }}.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts
4747
4848
publish-helm-chart:
49-
49+
permissions:
50+
id-token: write
51+
packages: write
52+
contents: write
53+
actions: read
54+
deployments: read
55+
pull-requests: read
56+
5057
runs-on: ubuntu-latest
5158

5259
steps:

0 commit comments

Comments
 (0)