Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Perrotte <mike@npmjs.com>2019-12-06 03:50:38 +0300
committerMichael Perrotte <mike@npmjs.com>2020-01-28 20:37:21 +0300
commit3590e40cc33857a67579a3b47552f83cb39a15db (patch)
tree1821b302d9770044ee27ed31fbb94e3a1011e50d
parentc9b69d569fec7944375a746e9c08a6fa9bec96ff (diff)
fix: removed authorization header from benchmark dispatch request
-rw-r--r--.github/workflows/benchmark.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index a54413296..a49ed8495 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -35,7 +35,6 @@ jobs:
-s \
-X POST https://api.github.com/repos/${DISPATCH_OWNER}/${DISPATCH_REPO}/dispatches \
-H "Accept: application/vnd.github.everest-preview+json" \
- -H "Authorization: token ${{ secrets.NPM_DEPLOY_USER_PAT }}" \
-d \
'
{