Skip to content

Commit

Permalink
rename debugger token
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-n committed Jan 3, 2024
1 parent 7ab02a2 commit 5f488b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/trunk-hourly-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
env:
RUST_LOG: info
Expand All @@ -149,7 +149,7 @@ jobs:
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
env:
RUST_LOG: info
Expand All @@ -169,7 +169,7 @@ jobs:
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
env:
RUST_LOG: info
Expand All @@ -190,7 +190,7 @@ jobs:
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
env:
RUST_LOG: info
Expand All @@ -212,7 +212,7 @@ jobs:
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
env:
RUST_LOG: info
Expand All @@ -223,7 +223,7 @@ jobs:
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
tags: tests=e2e
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk-hourly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
junit_paths: target/junit/**/*_test.xml
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
env:
RUST_LOG: info
Expand Down

0 comments on commit 5f488b7

Please sign in to comment.