add github prefix
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 46s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 46s
This commit is contained in:
parent
b3098ec32a
commit
e4e3747f6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue