Workflow file updated
This commit is contained in:
parent
b3ef4c2002
commit
17573e0135
38
.github/workflows/release-on-bunny.yml
vendored
Normal file
38
.github/workflows/release-on-bunny.yml
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
|
||||
name: Deploy Bunny Scripting Script
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
update-script:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '22'
|
||||
|
||||
- uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Install
|
||||
run: ""
|
||||
|
||||
- name: Build
|
||||
run: ""
|
||||
|
||||
- name: Publish the script to Bunny
|
||||
uses: "BunnyWay/actions/deploy-script@main"
|
||||
with:
|
||||
script_id: 39621
|
||||
file: "src/index.js"
|
||||
Loading…
x
Reference in New Issue
Block a user