Add git token
All checks were successful
Test DIN Payments Stack / Run DIN payments stack test (push) Successful in 35m57s
Publish DIN Payments Stack Container Images / Publish DIN Payments Stack Container Images (push) Successful in 58m9s

This commit is contained in:
David Boreham 2024-06-04 11:41:18 -06:00
parent d832812e96
commit 5e0625493a

View File

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