Skip to content

Commit adec8e2

Browse files
fix for token env used
1 parent 19007bb commit adec8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sftp-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
curl -X POST \
172172
$GITHUB_URL \
173173
-H "Content-Type: application/json" \
174-
-H "Authorization: token $GITHUB_TOKEN" \
174+
-H "Authorization: token $GH_TOKEN" \
175175
-d "{\"body\":\"Performance test results:\n\n- [Download Results](https://github.com/${{ github.repository }}/actions/runs/$RUN_ID/artifacts/$DOWNLOAD_ARTIFACT)\n- [Upload Results](https://github.com/${{ github.repository }}/actions/runs/$RUN_ID/artifacts/$UPLOAD_ARTIFACT)\"}"
176176
177177
- name: Print logs if failed

0 commit comments

Comments
 (0)