Skip to content

Commit

Permalink
ci: Remove the token of codspeed (#5283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Nov 4, 2024
1 parent 71c12a3 commit a2149b2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup
- uses: 1password/load-secrets-action/configure@v1
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
- uses: 1password/load-secrets-action@v1
with:
export-env: true
env:
CODSPEED_TOKEN: op://services/codspeed/token
- name: Setup codspeed
run: cargo install cargo-codspeed
- name: Setup Memory env
Expand All @@ -70,4 +61,3 @@ jobs:
with:
working-directory: core
run: cargo codspeed run
token: ${{ env.CODSPEED_TOKEN }}

0 comments on commit a2149b2

Please sign in to comment.