We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b957 commit ba3311eCopy full SHA for ba3311e
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
publish:
13
- if: github.repository == 'argoproj/argo-helm'
+ if: github.repository == 'codefresh-io/argo-helm'
14
permissions:
15
contents: write # for helm/chart-releaser-action to push chart release and create a release
16
packages: write # to push OCI chart package to GitHub Registry
@@ -38,7 +38,7 @@ jobs:
38
- name: Fetch current Chart Index
39
run: |
40
git checkout origin/gh-pages index.yaml
41
-
+
42
- name: Package chart
43
44
rm -rf .cr-release-packages
@@ -86,4 +86,4 @@ jobs:
86
break
87
fi
88
helm push "${pkg}" oci://ghcr.io/${{ github.repository }}
89
- done
+ done
0 commit comments