File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build
22
3+ permissions : {}
4+
35on :
46 push :
57 branches : [main]
68 pull_request :
79 branches : [main]
8-
9- permissions :
10- id-token : write
11- contents : write
12-
1310jobs :
1411 build_test_publish :
12+ permissions :
13+ id-token : write
14+ contents : write
1515 name : Build, test and publish
1616 runs-on : ubuntu-latest
1717 steps :
Original file line number Diff line number Diff line change 1111#
1212name : ' CodeQL Advanced'
1313
14+ permissions : {}
15+
1416on :
1517 push :
1618 branches : ['main']
Original file line number Diff line number Diff line change 11name : Force Release
22
3- permissions :
4- contents : write
3+ permissions : {}
54
65on :
76 workflow_dispatch :
87
98jobs :
109 force-release :
10+ permissions :
11+ contents : write
1112 runs-on : ubuntu-latest
1213 steps :
1314 - name : Checkout repository
Original file line number Diff line number Diff line change 11name : Mirror to Codeberg and GitLab
22
3- permissions :
4- contents : read
3+ permissions : {}
54
65on :
76 push :
87 branches : [main]
98
109jobs :
1110 mirror :
11+ permissions :
12+ contents : read
1213 runs-on : ubuntu-latest
1314 steps :
1415 - uses : ffflorian/actions/git-mirror@baf8fb2e65ebe6564870f56315a09bc01ab7e0f7
Original file line number Diff line number Diff line change 11name : Check for yarn updates
22
3- permissions :
4- contents : write
5- pull-requests : write
3+ permissions : {}
64
75on :
86 schedule :
1614
1715jobs :
1816 yarn-update-check :
17+ permissions :
18+ contents : write
19+ pull-requests : write
1920 runs-on : ubuntu-latest
2021 steps :
2122 - name : Update yarn
You can’t perform that action at this time.
0 commit comments