Skip to content

Commit 27b3af7

Browse files
Itai GendlerItai Gendler
authored andcommitted
update release flow change of env var name
1 parent b68ae03 commit 27b3af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ steps:
119119
- sed -e "s/{{ VERSION }}/$VERSION/g" -e "s/{{ SHA256 }}/$SHA256/g" ./brew/template.rb > codefresh.rb
120120
- echo "Updating file in GitHub"
121121
- |
122-
curl -v -i -X PUT -H 'Authorization: token '${{COMMIT_TOKEN}}'' -d "{ \
122+
curl -v -i -X PUT -H 'Authorization: token '${{GITHUB_TOKEN}}'' -d "{ \
123123
\"message\": \"update formula version $VERSION\", \
124124
\"content\": \"$(openssl base64 -A -in codefresh.rb)\", \
125125
\"sha\": $(curl -X GET https://api.github.com/repos/codefresh-io/homebrew-cli/contents/Formula/codefresh.rb | jq .sha) \

0 commit comments

Comments
 (0)