Use CICD token for checkout
Some checks failed
Test / Run unit tests (pull_request) Failing after 3m37s
Test / Run integration tests (pull_request) Failing after 41m46s

This commit is contained in:
Roy Crihfield 2023-07-20 10:37:27 +08:00
parent b21ca5da75
commit 8146590079

View File

@ -81,6 +81,7 @@ jobs:
repository: cerc-io/system-tests
ref: main
path: ./system-tests
token: ${{ secrets.CICD_REPO_TOKEN }}
- name: "Run tests"
working-directory: ./system-tests
run: |