Add note on GITHUB_TOKEN usage#10
Merged
webispy merged 1 commit intowebispy:masterfrom Jul 19, 2022
Merged
Conversation
89023aa to
918e0f0
Compare
webispy
approved these changes
Jul 19, 2022
webispy
reviewed
Jul 19, 2022
Owner
webispy
left a comment
There was a problem hiding this comment.
Thank you for the pull request!
Please add Signed-off-by: ... to your commit message.
FYI, $ git commit -s --amend
This action needs access to the `GITHUB_TOKEN` if used with a private repository. Signed-off-by: Gero Schwäricke <gero.schwaericke@grandcentrix.net>
918e0f0 to
72567aa
Compare
Contributor
Author
|
Done. Thanks for considering this change. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I just had this problem and it took me a while to figure out what was wrong with my setup. I think it would be a good hint to others: When using this action with a private repository they need to pass the
GITHUB_TOKENto the action.When not giving the action access to the token, it fails silently:
It'll show as successful job completion.