We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df72d55 + 5fefc9d commit 2a005b0Copy full SHA for 2a005b0
1 file changed
.github/workflows/release.yml
@@ -57,6 +57,7 @@ jobs:
57
./cr upload \
58
--owner "$owner" \
59
--git-repo "$repo" \
60
+ --token "$CR_TOKEN" \
61
--release-name-template "convoy"
62
63
# update index and push to github pages
@@ -65,6 +66,7 @@ jobs:
65
66
./cr index \
67
68
69
70
--release-name-template "convoy" \
71
--index-path ./index.yaml \
72
--charts-repo https://$owner.github.io/$repo \
0 commit comments