File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build-dotnet :
15- runs-on : ubuntu-latest
15+ permissions :
16+ contents : read
17+ runs-on : ubuntu-24.04
1618 timeout-minutes : 10
1719 steps :
1820 - uses : Cysharp/Actions/.github/actions/checkout@main
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 update-packagejson :
17+ permissions :
18+ contents : write
1719 uses : Cysharp/Actions/.github/workflows/update-packagejson.yaml@main
1820 with :
1921 file-path : ./src/ZLogger.Unity/Assets/ZLogger.Unity/package.json
2224
2325 build-dotnet :
2426 needs : [update-packagejson]
25- runs-on : ubuntu-latest
27+ permissions :
28+ contents : read
29+ runs-on : ubuntu-24.04
2630 timeout-minutes : 10
2731 steps :
2832 - uses : Cysharp/Actions/.github/actions/checkout@main
4448
4549 create-release :
4650 needs : [update-packagejson, build-dotnet]
51+ permissions :
52+ contents : write
4753 uses : Cysharp/Actions/.github/workflows/create-release.yaml@main
4854 with :
4955 commit-id : ${{ needs.update-packagejson.outputs.sha }}
5662 cleanup :
5763 if : ${{ needs.update-packagejson.outputs.is-branch-created == 'true' }}
5864 needs : [update-packagejson, build-dotnet]
65+ permissions :
66+ contents : write
5967 uses : Cysharp/Actions/.github/workflows/clean-packagejson-branch.yaml@main
6068 with :
6169 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