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 b68ae03 commit 27b3af7Copy full SHA for 27b3af7
codefresh-release.yml
@@ -119,7 +119,7 @@ steps:
119
- sed -e "s/{{ VERSION }}/$VERSION/g" -e "s/{{ SHA256 }}/$SHA256/g" ./brew/template.rb > codefresh.rb
120
- echo "Updating file in GitHub"
121
- |
122
- curl -v -i -X PUT -H 'Authorization: token '${{COMMIT_TOKEN}}'' -d "{ \
+ curl -v -i -X PUT -H 'Authorization: token '${{GITHUB_TOKEN}}'' -d "{ \
123
\"message\": \"update formula version $VERSION\", \
124
\"content\": \"$(openssl base64 -A -in codefresh.rb)\", \
125
\"sha\": $(curl -X GET https://api.github.com/repos/codefresh-io/homebrew-cli/contents/Formula/codefresh.rb | jq .sha) \
0 commit comments