File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 unity : ["2022.3.0f1", "6000.0.23f1"]
18- runs-on : ubuntu-latest
18+ permissions :
19+ contents : read
20+ runs-on : ubuntu-24.04
1921 timeout-minutes : 10
2022 steps :
2123 - name : Load secrets
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 update-packagejson :
17+ permissions :
18+ actions : read
19+ contents : write
1720 uses : Cysharp/Actions/.github/workflows/update-packagejson.yaml@main
1821 with :
1922 file-path : ./src/CsprojModifier/Assets/CsprojModifier/package.json
2629 strategy :
2730 matrix :
2831 unity : ["6000.0.23f1"]
29- runs-on : ubuntu-latest
32+ permissions :
33+ actions : read
34+ runs-on : ubuntu-24.04
3035 timeout-minutes : 15
3136 steps :
3237 - name : Load secrets
7479 # release
7580 create-release :
7681 needs : [update-packagejson, build-unity]
82+ permissions :
83+ contents : write
7784 uses : Cysharp/Actions/.github/workflows/create-release.yaml@main
7885 with :
7986 commit-id : ${{ needs.update-packagejson.outputs.sha }}
8794 cleanup :
8895 if : ${{ needs.update-packagejson.outputs.is-branch-created == 'true' }}
8996 needs : [update-packagejson, build-unity]
97+ permissions :
98+ actions : write
9099 uses : Cysharp/Actions/.github/workflows/clean-packagejson-branch.yaml@main
91100 with :
92101 branch : ${{ needs.update-packagejson.outputs.branch-name }}
Original file line number Diff line number Diff line change 77
88jobs :
99 detect :
10+ permissions :
11+ contents : read
1012 uses : Cysharp/Actions/.github/workflows/prevent-github-change.yaml@main
Original file line number Diff line number Diff line change 77
88jobs :
99 stale :
10+ permissions :
11+ contents : read
12+ pull-requests : write
13+ issues : write
1014 uses : Cysharp/Actions/.github/workflows/stale-issue.yaml@main
Original file line number Diff line number Diff line change 66 - ' README.md'
77
88jobs :
9- generateTOC :
10- name : TOC Generator
9+ toc :
10+ permissions :
11+ contents : write
1112 uses : Cysharp/Actions/.github/workflows/toc-generator.yaml@main
1213 with :
1314 TOC_TITLE : " ## Table of Contents"
You can’t perform that action at this time.
0 commit comments