File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
PYTHON_VERSION_DEFAULT : " 3.10"
11
11
12
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
13
+ permissions : {}
14
+
12
15
jobs :
13
16
docs_xml :
14
17
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ defaults:
14
14
run :
15
15
working-directory : tools
16
16
17
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
18
+ permissions : {}
19
+
17
20
jobs :
18
21
test :
19
22
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ defaults:
16
16
run :
17
17
working-directory : tools/src/test/js
18
18
19
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
20
+ permissions : {}
21
+
19
22
jobs :
20
23
test :
21
24
timeout-minutes : 30
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ defaults:
16
16
run :
17
17
working-directory : tools/src/test/php
18
18
19
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
20
+ permissions : {}
21
+
19
22
jobs :
20
23
test :
21
24
timeout-minutes : 30
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ defaults:
16
16
run :
17
17
working-directory : tools/src/test/proto
18
18
19
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
20
+ permissions : {}
21
+
19
22
jobs :
20
23
test :
21
24
timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments