This repository was archived by the owner on May 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed
Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 ddev_version : ' ["stable", "HEAD", "edge"]'
2929 test_type : " release"
30+ keep-the-job-alive :
31+ name : Keep the job alive
32+ runs-on : ubuntu-latest
33+ steps :
34+ - uses : actions/checkout@v4
35+ - uses : gautamkrishnar/keepalive-workflow@v1
36+ with :
37+ commit_message : " chore(cron): Keepalive workflow [skip ci]"
Original file line number Diff line number Diff line change @@ -12,30 +12,17 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
18- token : ${{ secrets.OBLAK_BOT_TOKEN }}
19- - name : Import GPG key
20- uses : crazy-max/ghaction-import-gpg@v5
21- with :
22- gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
23- passphrase : ${{ secrets.GPG_PASSPHRASE }}
24- git_config_global : true
25- git_user_signingkey : true
26- git_commit_gpgsign : true
2718 - name : Setup Node.js
2819 uses : actions/setup-node@v3
2920 with :
30- node-version : 18
31- cache : yarn
32- - name : Install Yarn dependencies
33- run : yarn install
21+ node-version : 20
22+ cache : npm
23+ - name : Install NPM dependencies
24+ run : npm install
3425 - name : Release
3526 env :
36- GIT_AUTHOR_NAME : " oblakbot"
37- GIT_AUTHOR_EMAIL : " sibin.grasic+bot@oblak.studio"
38- GIT_COMMITTER_NAME : " oblakbot"
39- GIT_COMMITTER_EMAIL : " sibin.grasic+bot@oblak.studio"
40- GITHUB_TOKEN : ${{ secrets.OBLAK_BOT_TOKEN }}
41- run : yarn semantic-release
27+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28+ run : npm run semantic-release
You can’t perform that action at this time.
0 commit comments