File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 SUPABASE_KEY : ${{ secrets.SUPABASE_KEY }}
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939
4040 - name : execute directive
4141 run : node ./dist/index.js
Original file line number Diff line number Diff line change @@ -15,14 +15,22 @@ jobs:
1515 id-token : write
1616
1717 steps :
18+ - uses : actions/checkout@v5
19+ - uses : ubiquity-os/deno-plugin-adapter@main
20+ id : adapter
21+ with :
22+ pluginEntry : " ./worker"
1823 - uses : ubiquity-os/deno-deploy@main
1924 env :
20- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21- KERNEL_PUBLIC_KEY : ${{ secrets.KERNEL_PUBLIC_KEY }}
2225 APP_ID : ${{ secrets.APP_ID }}
2326 APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
24- APP_INSTALLATION_ID : ${{ secrets.APP_INSTALLATION_ID }}
27+ KERNEL_PUBLIC_KEY : ${{ secrets.KERNEL_PUBLIC_KEY }}
28+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29+ SUPABASE_URL : ${{ secrets.SUPABASE_URL }}
30+ SUPABASE_KEY : ${{ secrets.SUPABASE_KEY }}
2531 with :
2632 token : ${{ secrets.DENO_DEPLOY_TOKEN }}
2733 action : ${{ github.event_name == 'delete' && 'delete' || 'deploy' }}
2834 organization : ${{ secrets.DENO_ORG_NAME }}
35+ entrypoint : ${{ steps.adapter.outputs.entrypoint }}
36+ project_name : ${{ secrets.DENO_PROJECT_NAME }}
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Setup Bun
1717 uses : oven-sh/setup-bun@v2
Original file line number Diff line number Diff line change 1515 with :
1616 bun-version : latest
1717
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 if : ${{ github.event.workflow_run.conclusion != 'success' }}
1515 steps :
16- - uses : actions/download-artifact@v4
16+ - uses : actions/download-artifact@v6
1717 with :
1818 name : knip-results
1919 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313
1414 - name : Setup Bun
1515 uses : oven-sh/setup-bun@v2
Original file line number Diff line number Diff line change 1- v20.10 .0
1+ v24.11 .0
Original file line number Diff line number Diff line change 77 "main" : " src/worker.ts" ,
88 "type" : " module" ,
99 "engines" : {
10- "node" : " >=20.10 .0"
10+ "node" : " >=24.11 .0"
1111 },
1212 "scripts" : {
1313 "dev:bun" : " bun --watch --no-clear-screen --port 4000 src/worker.ts" ,
You can’t perform that action at this time.
0 commit comments