Skip to content

Commit 2a005b0

Browse files
authored
Merge pull request #46 from olamilekan000/add-ghtoken-tocr-command
add gh token to cr command
2 parents df72d55 + 5fefc9d commit 2a005b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
./cr upload \
5858
--owner "$owner" \
5959
--git-repo "$repo" \
60+
--token "$CR_TOKEN" \
6061
--release-name-template "convoy"
6162
6263
# update index and push to github pages
@@ -65,6 +66,7 @@ jobs:
6566
./cr index \
6667
--owner "$owner" \
6768
--git-repo "$repo" \
69+
--token "$CR_TOKEN" \
6870
--release-name-template "convoy" \
6971
--index-path ./index.yaml \
7072
--charts-repo https://$owner.github.io/$repo \

0 commit comments

Comments
 (0)