Skip to content

Commit

Permalink
change key and perms for benchmark workflow (#1633)
Browse files Browse the repository at this point in the history
change key and perms
  • Loading branch information
Haaroon authored Jun 4, 2024
1 parent 70a1ab3 commit 3825215
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
default: false
required: false

permissions:
contents: write
deployments: write
pull-requests: write

# DO NOT CHANGE NAME OF WORKFLOW, USED IN OTHER WORKFLOWS KEEP "Rust Tests"
jobs:
Expand Down Expand Up @@ -59,7 +55,7 @@ jobs:
name: Rust Benchmark
tool: 'cargo'
output-file-path: benchmark-result.txt
github-token: ${{ secrets.CLASSIC_REPO_ACCESS_TOKEN_BENCHMARK }}
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%'
Expand Down

0 comments on commit 3825215

Please sign in to comment.