Skip to content

Commit

Permalink
Merge pull request #29 from cultureamp/jdr/add-gh-sso-token-note
Browse files Browse the repository at this point in the history
note about required SSO as this can be confusing
  • Loading branch information
jay-aye-see-kay authored Jun 12, 2024
2 parents 32dd628 + 052f849 commit a9cf731
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/install_hotel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ get_and_store_github_key() {
log ""
log "We need a github key to download hotel, and for hotel to use to pull git repos"
log "It will be stored in the system keychain"
log "You can get this from:"
log ""
log "You can generate a token here:"
log " https://github.com/settings/tokens/new?scopes=repo "
log ""
log "The token MUST have CultureAmp SSO configured or this script WILL FAIL"
log ""
# no token found, ask user
read -s -r -p "Github token: " github_token
fi
Expand Down

0 comments on commit a9cf731

Please sign in to comment.