-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added documentation about travis token #1902
Conversation
Nice 👍 Please also mention that the upload is done via the |
For future reference, this PR is a follow-up to #1899. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Thanks, @agnivade!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the comment I left in the main PR thread.
@waldyrious - PTAL |
scripts/build.sh
Outdated
@@ -28,6 +28,7 @@ function build_archive { | |||
} | |||
|
|||
function upload_assets { | |||
# ${GH_TOKEN} is referred from the secure variable inside .travis.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about "referred from the secure variable inside .travis.yml" --> "defined as a secure variable in .travis.yml"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I'd add a comment at the top of this file, saying something like:
# This script is executed by Travis CI when a PR is merged (i.e. in the `after_success` step).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
/cc @waldyrious