Skip to content

Commit 9f38dde

Browse files
a1994scmrueg
authored andcommitted
hotfix(actions): add missing permissions for publishing to ghcr.io
Signed-off-by: Allen Conlon <[email protected]>
1 parent 8e7deca commit 9f38dde

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
permissions:
1212
contents: write # needed to pull git repo and create "chart-release"
1313
id-token: write # needed for signing the images with GitHub OIDC Token
14+
packages: write # for pushing and signing container images.
1415
steps:
1516
- name: Install Cosign
1617
uses: sigstore/[email protected]

charts/coredns/Chart.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: coredns
3-
version: 1.38.0
3+
version: 1.38.1
44
appVersion: 1.11.4
55
home: https://coredns.io
66
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,7 +19,5 @@ maintainers:
1919
type: application
2020
annotations:
2121
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

0 commit comments

Comments
 (0)