Skip to content

Commit

Permalink
Merge pull request emk#89 from zacatac/zack/private-github
Browse files Browse the repository at this point in the history
Ensure "ghtoken" is available in "$PATH"
  • Loading branch information
emk committed Mar 30, 2020
2 parents 2e1bf11 78df9b1 commit 8fed5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 77,7 @@ ADD cargo-config.toml /home/rust/.cargo/config

# Set up a `git credentials` helper for using GH_USER and GH_TOKEN to access
# private repositories if desired.
ADD git-credential-ghtoken /usr/local/bin
ADD git-credential-ghtoken /usr/local/bin/ghtoken
RUN git config --global credential.https://github.com.helper ghtoken

# Build a static library version of OpenSSL using musl-libc. This is needed by
Expand Down

0 comments on commit 8fed5b0

Please sign in to comment.