From 17573e0135f120d570a474b7765f6c5619f1b424 Mon Sep 17 00:00:00 2001 From: "bunny-net[bot]" <164749001+bunny-net[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 13:58:25 +0000 Subject: [PATCH] Workflow file updated --- .github/workflows/release-on-bunny.yml | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/release-on-bunny.yml diff --git a/.github/workflows/release-on-bunny.yml b/.github/workflows/release-on-bunny.yml new file mode 100644 index 0000000..16672e9 --- /dev/null +++ b/.github/workflows/release-on-bunny.yml @@ -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"