dboreham/add-github-token (#2)
All checks were successful
Publish Laconicd Mainnet Stack Container Images / Publish Laconicd Mainnet Stack Container Images (push) Successful in 17m0s

Reviewed-on: #2
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
This commit is contained in:
David Boreham 2024-07-28 02:43:28 +00:00 committed by David Boreham
parent 1f9f5ba678
commit 71a9fe1d9b

View File

@ -35,6 +35,12 @@ jobs:
run: python3 --version
- name: "Install stack orchestrator"
run: ./scripts/install-so.sh
# Some of the stack's github repos are still private, so acquire an auth token for git here
- name: "Set Github access token"
env:
TOKEN: ${{ secrets.CICD_GITHUB_REPO_TOKEN }}
run: |
git config --global url."https://$TOKEN:@github.com/".insteadOf https://github.com/
- name: "Build containers"
run: |
PATH=$PATH:~/bin