We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df8f2c commit 613fab0Copy full SHA for 613fab0
1 file changed
.github/workflows/integration-tests-ui.yml
@@ -9,6 +9,10 @@ concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
10
cancel-in-progress: true
11
12
+permissions:
13
+ contents: write
14
+ pull-requests: write
15
+
16
jobs:
17
test:
18
name: Ui tests
0 commit comments