diff options
author | EuAndreh <eu@euandre.org> | 2018-07-03 12:11:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-03 12:11:44 -0300 |
commit | d76cc595e47c054237ecbe3e727801a7e11f7339 (patch) | |
tree | e12fad36ccdf99b05d25e87b0fa5af5b2deb4961 | |
parent | Erase Docker images in gc.sh (diff) | |
download | dotfiles-d76cc595e47c054237ecbe3e727801a7e11f7339.tar.gz dotfiles-d76cc595e47c054237ecbe3e727801a7e11f7339.tar.xz |
Remove $EMACS_GITHUB_TOKEN env var
-rw-r--r-- | bash/fake-symlinks.sh | 2 | ||||
-rw-r--r-- | encrypted/env.sh | bin | 2786 -> 2781 bytes | |||
-rw-r--r-- | git/gitconfig.ini | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index cd9dc6a..69a8e5c 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [[ -n "$EMACS_GITHUB_TOKEN" ]]; then +if [[ -n "$GITHUB_TOKEN" ]]; then cat $DOTFILES/git/gitconfig.ini | envsubst > ~/.gitconfig fi diff --git a/encrypted/env.sh b/encrypted/env.sh Binary files differindex a4512dc..ec579bb 100644 --- a/encrypted/env.sh +++ b/encrypted/env.sh diff --git a/git/gitconfig.ini b/git/gitconfig.ini index 45a9af9..1662b59 100644 --- a/git/gitconfig.ini +++ b/git/gitconfig.ini @@ -44,5 +44,5 @@ [commit] gpgsign = true [github] - oauth-token = $EMACS_GITHUB_TOKEN + oauth-token = $GITHUB_TOKEN user = EuAndreh |