Skip to content

chore: update worker requirement from 0.4.0 to 0.5.0 (#16) #12

chore: update worker requirement from 0.4.0 to 0.5.0 (#16)

chore: update worker requirement from 0.4.0 to 0.5.0 (#16) #12

Workflow file for this run

on:
push:
branches:
- main
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
env:
SCCACHE_CACHE_SIZE: 1G
steps:
- uses: actions/checkout@v3
- name: rust sccache
uses: pl-strflt/[email protected]
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Build & Deploy Worker
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}