We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f89e07 commit 9d6f3f9Copy full SHA for 9d6f3f9
.github/workflows/benchmark.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
# gh cli uses these env vars for owner/repo/token
28
GH_REPO: "npm/benchmarks"
29
- GITHUB_TOKEN: ${{ secrets.BENCHMARKS_DISPATCH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.BENCHMARK_DISPATCH_TOKEN }}
30
run: |
31
if [[ "$GITHUB_TOKEN" == "" ]]; then
32
echo "No auth - from fork pull request, exiting"
@@ -71,7 +71,7 @@ jobs:
71
startsWith(github.event.comment.body, '@npm-cli-bot benchmark this')
72
73
# gh cli uses this env var as the token
74
- GITHUB_TOKEN: ${{ secrets.NPM_BENCHMARKS_TOKEN }}
75
76
OWNER="${{ github.event.repository.owner.login }}"
77
REPO="${{ github.event.repository.name }}"
0 commit comments