File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1111 # Run once a day
1212 - cron : ' */10 * * * *'
1313 workflow_dispatch :
14-
1514permissions :
1615 actions : write
1716 contents : write
1817 pull-requests : write
19-
2018jobs :
2119 updatecli :
2220 runs-on : ubuntu-latest
2321 steps :
2422 - name : Checkout
2523 uses : actions/checkout@v4
26-
2724 - name : Set Node.js 20.x
28252926 with :
3027 node-version : 20
3128 cache : npm
32-
3329 - name : " Setup updatecli"
34- uses :
" updatecli/[email protected] " 35-
30+ uses :
" updatecli/[email protected] " 3631 - name : " Run updatecli in dryrun"
3732 run : " updatecli compose diff"
3833 env :
3934 GITHUB_ACTOR : ${{ github.actor }}
4035 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41-
42364337 id : generate_token
4438 if : github.ref == 'refs/heads/v2'
4539 with :
4640 app_id : ${{ secrets.UPDATECLIBOT_APP_ID }}
4741 private_key : ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
48-
4942 - name : " Run updatecli"
5043 if : github.ref == 'refs/heads/v2'
5144 run : " updatecli compose apply"
You can’t perform that action at this time.
0 commit comments