Skip to content

Commit b89e049

Browse files
authored
Permissions added for all workflows with tests (#3084)
1 parent f820375 commit b89e049

5 files changed

Lines changed: 25 additions & 0 deletions

.github/workflows/test-client-cloud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test Client (Cloud)
22

3+
permissions:
4+
contents: read
5+
statuses: write
6+
actions: read
7+
38
on:
49
workflow_dispatch:
510
inputs:

.github/workflows/test-functional-testcafe-native-automation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test Functional Native Automation (TestCafe)
22

3+
permissions:
4+
contents: read
5+
statuses: write
6+
actions: read
7+
38
on:
49
workflow_dispatch:
510
inputs:

.github/workflows/test-functional-testcafe-proxy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test Functional Proxy (TestCafe)
22

3+
permissions:
4+
contents: read
5+
statuses: write
6+
actions: read
7+
38
on:
49
workflow_dispatch:
510
inputs:

.github/workflows/test-server-latest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test Server (Latest)
22

3+
permissions:
4+
contents: read
5+
statuses: write
6+
actions: read
7+
38
on:
49
workflow_dispatch:
510
inputs:

.github/workflows/test-server-minimum.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test Server (Minimum)
22

3+
permissions:
4+
contents: read
5+
statuses: write
6+
actions: read
7+
38
on:
49
workflow_dispatch:
510
inputs:

0 commit comments

Comments
 (0)