Skip to content

Commit 240710f

Browse files
committed
Revert permissions changes to integration-tests-ui.yml
1 parent dedf975 commit 240710f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

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

12-
permissions:
13-
contents: write
14-
pull-requests: write
15-
1612
jobs:
1713
test:
1814
name: Ui tests
@@ -26,7 +22,7 @@ jobs:
2622

2723
steps:
2824
- name: Git checkout
29-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
25+
uses: actions/checkout@v6
3026
with:
3127
submodules: 'recursive'
3228

0 commit comments

Comments
 (0)