Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gitAzad/0232103f61ef662e02466ae2b5fcce8e to your computer and use it in GitHub Desktop.
Save gitAzad/0232103f61ef662e02466ae2b5fcce8e to your computer and use it in GitHub Desktop.

Revisions

  1. @magickatt magickatt created this gist Sep 6, 2019.
    4 changes: 4 additions & 0 deletions github_clone_using_token.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    export GITHUB_USER=magickatt
    export GITHUB_TOKEN=secret
    export GITHUB_REPOSITORY=magickatt/ContainerisingLegacyApplicationsTalk
    git clone https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}