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