We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ca0fd commit 296cd16Copy full SHA for 296cd16
.github/workflows/sftp-benchmark.yml
@@ -6,6 +6,12 @@ on:
6
pull_request:
7
branches: [ '*' ]
8
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
+
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
17
cancel-in-progress: true
0 commit comments