Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Update renovate.json #5

Update renovate.json

Update renovate.json #5

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy Next
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}