File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
name : Helm release
3
- permissions : {}
3
+ # These permissions are needed to assume roles from Github's OIDC.
4
+ permissions :
5
+ contents : read
6
+ id-token : write
4
7
5
8
on :
6
9
workflow_dispatch : {}
@@ -61,11 +64,14 @@ jobs:
61
64
needs :
62
65
- generate-chart-schema
63
66
uses : grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
67
+ permissions :
68
+ id-token : write
69
+ contents : write
70
+ packages : write
64
71
with :
65
72
charts_dir : charts
66
73
cr_configfile : charts/cr.yaml
67
74
ct_configfile : charts/ct.yaml
68
75
helm_tag_prefix : helm
69
76
secrets :
70
- github_app_id : ${{ secrets.K6_OPERATOR_HELM_RELEASE_APP_ID }}
71
- github_app_pem : ${{ secrets.K6_OPERATOR_HELM_RELEASE_PEM_KEY }}
77
+ vault_repo_secret_name : github-app
You can’t perform that action at this time.
0 commit comments