add github prefix
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 46s

This commit is contained in:
Satria 2026-03-19 21:13:55 +07:00
commit e4e3747f6b

View file

@ -21,7 +21,7 @@ jobs:
run: bun run build run: bun run build
- name: Deploy - name: Deploy
uses: cloudflare/wrangler-action@v3 uses: https://github.com/cloudflare/wrangler-action@v3
with: with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
packageManager: bun packageManager: bun