Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3590e40

Browse files
author
Michael Perrotte
committed
fix: removed authorization header from benchmark dispatch request
1 parent c9b69d5 commit 3590e40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
-s \
3636
-X POST https://api.github.com/repos/${DISPATCH_OWNER}/${DISPATCH_REPO}/dispatches \
3737
-H "Accept: application/vnd.github.everest-preview+json" \
38-
-H "Authorization: token ${{ secrets.NPM_DEPLOY_USER_PAT }}" \
3938
-d \
4039
'
4140
{

0 commit comments

Comments
 (0)