forked from RemoteSync/grafana-meta-monitoring-chart
Add write permissions for release
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
2
.github/workflows/helm-release.yml
vendored
2
.github/workflows/helm-release.yml
vendored
@@ -65,6 +65,8 @@ jobs:
|
|||||||
needs: [setup]
|
needs: [setup]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: needs.setup.outputs.changed == 'true'
|
if: needs.setup.outputs.changed == 'true'
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- id: get-secrets
|
- id: get-secrets
|
||||||
uses: grafana/shared-workflows/actions/get-vault-secrets@main
|
uses: grafana/shared-workflows/actions/get-vault-secrets@main
|
||||||
|
Reference in New Issue
Block a user