Workflow file updated

This commit is contained in:
bunny-net[bot] 2025-07-05 13:58:25 +00:00 committed by GitHub
parent b3ef4c2002
commit 17573e0135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

38
.github/workflows/release-on-bunny.yml vendored Normal file
View 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"