Skip to content

Commit

Permalink
Update package-helm-chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu authored Apr 9, 2024
1 parent 372d999 commit 1f7ba8b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/package-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ jobs:
helm push ./aks-store-demo-chart-${{ steps.set-variables.outputs.VERSION }}.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts
publish-helm-chart:

permissions:
id-token: write
packages: write
contents: write
actions: read
deployments: read
pull-requests: read

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1f7ba8b

Please sign in to comment.