Skip to content

Commit 296cd16

Browse files
give access to github action to comment on pull request
1 parent c8ca0fd commit 296cd16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sftp-benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
pull_request:
77
branches: [ '*' ]
88

9+
# give permissions to write a comment on the pull request and to read artifacts
10+
permissions:
11+
pull-requests: write
12+
actions: read
13+
contents: read
14+
915
concurrency:
1016
group: ${{ github.workflow }}-${{ github.ref }}
1117
cancel-in-progress: true

0 commit comments

Comments
 (0)