We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f967ab commit 29cbf08Copy full SHA for 29cbf08
1 file changed
.github/workflows/test.yml
@@ -6,14 +6,15 @@ on:
6
- master
7
pull_request:
8
workflow_dispatch:
9
-
+
10
+permissions:
11
+ contents: read
12
+ pull-requests: write
13
14
jobs:
15
test-autogenerated:
16
runs-on: ubuntu-24.04
17
continue-on-error: true
- permissions:
- contents: read
- pull-requests: write
18
strategy:
19
matrix:
20
features:
@@ -44,9 +45,6 @@ jobs:
44
45
test-scenarios:
46
47
48
49
50
51
52
@@ -72,9 +70,6 @@ jobs:
72
70
test-global:
73
71
74
75
76
77
78
steps:
79
- name: Checkout Code
80
uses: actions/checkout@v4
0 commit comments