Skip to content

Commit

Permalink
fix for token env used
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Feb 25, 2025
1 parent 19007bb commit adec8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sftp-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
curl -X POST \
$GITHUB_URL \
-H "Content-Type: application/json" \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Authorization: token $GH_TOKEN" \
-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)\"}"
- name: Print logs if failed
Expand Down

0 comments on commit adec8e2

Please sign in to comment.