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"