We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c276c09 commit c7f3c20Copy full SHA for c7f3c20
.github/workflows/ci-cd-main.yml
@@ -132,3 +132,6 @@ jobs:
132
environment: test
133
apiVersion: v1
134
testSuitePath: tests/k6/suites/all-single-pass.js
135
+ permissions:
136
+ checks: write
137
+ pull-requests: write
.github/workflows/ci-cd-staging.yml
@@ -79,3 +79,7 @@ jobs:
79
environment: staging
80
81
82
83
84
85
+
0 commit comments