Skip to content

Commit

Permalink
fix: removed authorization header from benchmark dispatch request
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Perrotte committed Jan 28, 2020
1 parent c9b69d5 commit 3590e40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
'
{
Expand Down

0 comments on commit 3590e40

Please sign in to comment.