File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 99 - main
1010 schedule :
1111 - cron : ' 35 11 * * 0'
12+
1213permissions :
1314 contents : read
15+
1416jobs :
1517 codacy-security-scan :
1618 permissions :
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ name: Docs
22
33on :
44 workflow_call :
5- workflow_dispatch :
5+
66permissions :
77 contents : write
8+
89concurrency :
910 group : docs-${{ github.ref }}
1011 cancel-in-progress : true
12+
1113jobs :
1214 docs :
1315 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v[0-9]+.[0-9]+.[0-9]+*'
7+
78permissions :
89 contents : read
10+
911jobs :
1012 test :
1113 uses : ./.github/workflows/test.yml
8183 if : ${{ always() }}
8284 run : |
8385 rm -rf $CHANGELOG_PATH
86+ docs :
87+ uses : ./.github/workflows/docs.yml
88+ needs :
89+ - test
90+ - publish
91+ permissions :
92+ contents : write
93+ secrets : inherit
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010 workflow_call :
11+
1112permissions :
1213 contents : read
14+
1315concurrency :
1416 group : test-${{ github.ref }}
1517 cancel-in-progress : true
18+
1619jobs :
1720 style :
1821 name : Code style (ktfmt) + Gradle cache
You can’t perform that action at this time.
0 commit comments