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 ed666e7 commit d281518Copy full SHA for d281518
scripts/build.sh
@@ -20,4 +20,4 @@ echo "MK_VERSION := $TRAVIS_TAG" > $OUT/version.mk
20
tar -czf release.tgz -C release .
21
cd release/; zip -r ../release.zip .; cd ..
22
gem install octokit
23
-ruby scripts/github_release.rb -c CHANGELOG.md -s $api_key -r krom/docker-compose-makefile -t $TRAVIS_TAG
+ruby scripts/github_release.rb -c CHANGELOG.md -s $GITHUB_OAUTH_TOKEN -r krom/docker-compose-makefile -t $TRAVIS_TAG
0 commit comments