File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 schedule :
2121 - cron : ' 24 3 * * 1'
2222
23+ permissions : {}
24+
2325jobs :
2426 analyze :
2527 name : Analyze
Original file line number Diff line number Diff line change 77 # Allows you to run this workflow manually from the Actions tab
88 workflow_dispatch :
99
10+ permissions : {}
11+
1012jobs :
1113 publishDocker :
1214 environment : dockerhub
1315 env :
1416 IMAGE_NAME : mikefarah/yq
1517 runs-on : ubuntu-latest
18+ permissions :
19+ contents : read
20+ packages : write
1621 steps :
1722 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1823
Original file line number Diff line number Diff line change 55 - ' v4.*'
66 - ' draft-*'
77
8+ permissions : {}
9+
810jobs :
911 publishGitRelease :
1012 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 # Allows you to run this workflow manually from the Actions tab
88 workflow_dispatch :
99
10+ permissions : {}
11+
1012jobs :
1113 buildSnap :
1214 environment : snap
1315 runs-on : ubuntu-latest
16+ permissions :
17+ contents : read
1418 steps :
1519 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1620 - uses : snapcore/action-build@3bdaa03e1ba6bf59a65f84a751d943d549a54e79 # v1.3.0
You can’t perform that action at this time.
0 commit comments