Skip to content

Commit

Permalink
fix the permissions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
randyren-okta authored Aug 4, 2023
1 parent 1765828 commit 7899bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ strap::github::api::token::create() {
elif [ "$uname" == "Linux" ]; then
gio open https://github.com/settings/tokens/new
fi
echo "Please login to Github, and visit https://github.com/settings/tokens/new to create a personal access token. Make sure the following scopes are selected: repo, admin:org, admin:public_key, admin:repo_hook, admin:org_hook, gist, notifications, user, delete_repo, admin:gpg_key. Once created, copy and paste the token into Strap."
echo "Please login to Github, and visit https://github.com/settings/tokens/new to create a personal access token. Make sure the following scopes are selected: repo, read:org under admin:org, and read:public_key under admin:public_key. Once created, copy and paste the token into Strap."

echo
strap::readval token "Enter (or cmd-v paste) your Token once you have generated it" true
Expand Down

0 comments on commit 7899bba

Please sign in to comment.