Skip to content

Commit 6cc878a

Browse files
committed
remove "Bash Script for setting up OAuth Token"
Signed-off-by: Kenji Brameld <[email protected]>
1 parent 77d3112 commit 6cc878a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

source/How-To-Guides/Releasing/GitHub-Manual-Authorization.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,3 @@ As suggested in `an answer from ROS Answers <http://answers.ros.org/question/234
6666
insteadOf = https://github.com/
6767
6868
If you choose this option, be sure to `enable ssh connections with GitHub <https://help.github.com/articles/generating-an-ssh-key/>`_.
69-
70-
Bash Script for setting up OAuth Token
71-
--------------------------------------
72-
73-
In case you use automatic setup scripts for your computer, you might find this script helpful:
74-
75-
.. code-block:: bash
76-
77-
# Install Bloom GitHub oauth access token for releasing ROS packages
78-
function installros_github_token() {
79-
read -p "Your GitHub username: " userName
80-
read -p "A GitHub oauth token for your account: " oAuthToken
81-
rm -f $HOME/.config/bloom
82-
cat <<EOF >> $HOME/.config/bloom
83-
{
84-
"github_user": "$userName",
85-
"oauth_token": "$oAuthToken"
86-
}
87-
EOF
88-
}

0 commit comments

Comments
 (0)