Skip to content

Commit

Permalink
add cli token
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Oct 25, 2023
1 parent d46b8ae commit 54a788c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
compose-file: docker-compose.agent.yml
- name: Run tracetests
run: |
export TRACETEST_TOKEN=${{ secrets.TRACETEST_TOKEN }}
tracetest run \
--config ./tracetest/config/tracetest-cloud.yaml \
--file ./tracetest/teests/testsuite.yaml
Expand Down
2 changes: 2 additions & 0 deletions tracetest/config/tracetest-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ endpoint: api.tracetest.io
serverPath: /api
uiEndpoint: https://app.tracetest.io
analyticsEnabled: false
organizationID: ttorg_d93f8634acf22530
environmentID: ttenv_82d7c803788157a6

0 comments on commit 54a788c

Please sign in to comment.