Use CICD token for checkout
Some checks failed
Test / Run unit tests (pull_request) Failing after 4m22s
Test / Run integration tests (pull_request) Failing after 1h13m20s

This commit is contained in:
Roy Crihfield 2023-07-20 10:37:27 +08:00
parent e7b5111bec
commit 2e7318dd62

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: |