Skip to content

5 billion dollars says i'm getting ratelimited #13

5 billion dollars says i'm getting ratelimited

5 billion dollars says i'm getting ratelimited #13

Workflow file for this run

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