Skip to content

Commit 9d6f3f9

Browse files
authored
chore(benchmarks): fix secret name in benchmark workflows (#4936)
1 parent 0f89e07 commit 9d6f3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
# gh cli uses these env vars for owner/repo/token
2828
GH_REPO: "npm/benchmarks"
29-
GITHUB_TOKEN: ${{ secrets.BENCHMARKS_DISPATCH_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.BENCHMARK_DISPATCH_TOKEN }}
3030
run: |
3131
if [[ "$GITHUB_TOKEN" == "" ]]; then
3232
echo "No auth - from fork pull request, exiting"
@@ -71,7 +71,7 @@ jobs:
7171
startsWith(github.event.comment.body, '@npm-cli-bot benchmark this')
7272
env:
7373
# gh cli uses this env var as the token
74-
GITHUB_TOKEN: ${{ secrets.NPM_BENCHMARKS_TOKEN }}
74+
GITHUB_TOKEN: ${{ secrets.BENCHMARK_DISPATCH_TOKEN }}
7575
run: |
7676
OWNER="${{ github.event.repository.owner.login }}"
7777
REPO="${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)