Skip to content

Commit 613fab0

Browse files
committed
Add explicit permissions block to integration-tests-ui.yml
1 parent 8df8f2c commit 613fab0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-tests-ui.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
1216
jobs:
1317
test:
1418
name: Ui tests

0 commit comments

Comments
 (0)