Skip to content

Commit

Permalink
hotfix(actions): add missing permissions for publishing to ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Conlon <[email protected]>
  • Loading branch information
a1994sc authored and mrueg committed Jan 26, 2025
1 parent 8e7deca commit 9f38dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
contents: write # needed to pull git repo and create "chart-release"
id-token: write # needed for signing the images with GitHub OIDC Token
packages: write # for pushing and signing container images.
steps:
- name: Install Cosign
uses: sigstore/[email protected]
Expand Down
8 changes: 3 additions & 5 deletions charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: coredns
version: 1.38.0
version: 1.38.1
appVersion: 1.11.4
home: https://coredns.io
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
Expand All @@ -19,7 +19,5 @@ maintainers:
type: application
annotations:
artifacthub.io/changes: |
- kind: added
description: Adds publishing to github registry
- kind: added
description: Adds signing of helm chart
- kind: fixed
description: github action missing "packages" permissions

0 comments on commit 9f38dde

Please sign in to comment.