Skip to content

Bump turbo from 2.5.8 to 2.6.0 #128

Bump turbo from 2.5.8 to 2.6.0

Bump turbo from 2.5.8 to 2.6.0 #128

Workflow file for this run

name: Deploy to Cloudflare Worker
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}