Skip to content

Commit

Permalink
Add more info about token authorization requirements (#13732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Sep 19, 2019
1 parent 8ce4b7c commit b17b8a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-tools/cherrypick_pr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ This script does the following:
remote
* if the --create_pr flag is used, it uses the GitHub API to create the PR
for you. Note that this requires you to have a Github token with the
public_repo scope in the `~/.elastic/github.token` file
public_repo scope in the `~/.elastic/github.token` file. This token
should be also authorized to Elastic organization so as to work with single-sign-on.
(see https://help.github.com/en/articles/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on)
Note that you need to take the commit hashes from `git log` on the
from_branch, copying the IDs from Github doesn't work in case we squashed the
Expand Down

0 comments on commit b17b8a7

Please sign in to comment.