Add GCM config stuff
This commit is contained in:
parent
1aab55892a
commit
23ced752d7
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ echo Gitea URL: ${GITEA_URL}/user/settings/keys
|
|||
echo GitHub URL: https://github.com/settings/gpg/new
|
||||
read -p "Press enter when you're done" < /dev/tty
|
||||
|
||||
echo Doing GCM config stuff...
|
||||
git config --global credential.credentialStore gpg
|
||||
pass init ${KEY_ID}
|
||||
|
||||
#############
|
||||
# SSH stuff #
|
||||
#############
|
||||
|
|
Loading…
Reference in a new issue