Needs token
All checks were successful
DIN Payments Stack Test / Run DIN payments stack test (pull_request) Successful in 38m17s

This commit is contained in:
Thomas E Lackey 2024-05-29 16:22:53 -05:00
parent f244d12a2f
commit bdba5cf02c

View File

@ -30,6 +30,11 @@ jobs:
python-version: '3.8'
- name: "Print Python version"
run: python3 --version
- 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: "Install stack orchestrator"
run: ./scripts/install-so.sh
- name: "Run stack tests"