Skip to content

Commit c7f3c20

Browse files
committed
Add permissions required for test results publishing
1 parent c276c09 commit c7f3c20

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci-cd-main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,6 @@ jobs:
132132
environment: test
133133
apiVersion: v1
134134
testSuitePath: tests/k6/suites/all-single-pass.js
135+
permissions:
136+
checks: write
137+
pull-requests: write

.github/workflows/ci-cd-staging.yml

+4
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ jobs:
7979
environment: staging
8080
apiVersion: v1
8181
testSuitePath: tests/k6/suites/all-single-pass.js
82+
permissions:
83+
checks: write
84+
pull-requests: write
85+

0 commit comments

Comments
 (0)