From d57e9406034532f2cf62875524570a00e05515e5 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:50:58 +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..e237930 --- /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: 39617 + file: "src/index.ts"