There was an error while loading. Please reload this page.
2 parents 08851ec + ab2eb9b commit 1b6a705Copy full SHA for 1b6a705
1 file changed
.github/workflows/release-github.yaml
@@ -29,6 +29,11 @@ jobs:
29
30
helm:
31
runs-on: ubuntu-latest
32
+ permissions:
33
+ contents: read
34
+ packages: write
35
+ attestations: write
36
+ id-token: write
37
steps:
38
- name: Clone repo
39
uses: actions/checkout@v4
@@ -54,7 +59,8 @@ jobs:
54
59
permissions:
55
60
contents: read
56
61
packages: write
57
-
62
63
58
64
65
- name: Checkout repository
66
0 commit comments