Skip to content

Commit 91f33c6

Browse files
set env token for comment
1 parent f36a7eb commit 91f33c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sftp-benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ jobs:
153153
path: wolfssh/openssh-average-download.csv
154154

155155
- name: Comment on PR about performance
156+
env:
157+
GH_TOKEN: ${{ github.token }}
156158
run: |
157159
ARTIFACT_URL=$(gh api repos/${{ github.repository }}/actions/artifacts \
158160
--jq '.artifacts[0].archive_download_url')

0 commit comments

Comments
 (0)