File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : write # needed to pull git repo and create "chart-release"
13
13
id-token : write # needed for signing the images with GitHub OIDC Token
14
+ packages : write # for pushing and signing container images.
14
15
steps :
15
16
- name : Install Cosign
16
17
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.38.0
3
+ version : 1.38.1
4
4
appVersion : 1.11.4
5
5
home : https://coredns.io
6
6
icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,7 +19,5 @@ maintainers:
19
19
type : application
20
20
annotations :
21
21
artifacthub.io/changes : |
22
- - kind: added
23
- description: Adds publishing to github registry
24
- - kind: added
25
- description: Adds signing of helm chart
22
+ - kind: fixed
23
+ description: github action missing "packages" permissions
You can’t perform that action at this time.
0 commit comments