Skip to content

Commit ce2ae73

Browse files
committed
workflow x2
1 parent 481184d commit ce2ae73

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v2
12-
- name: Build & Deploy Worker
13-
uses: cloudflare/wrangler-action@v3
14-
with:
15-
apiToken: ${{ secrets.CF_API_TOKEN }}
16-
accountId: ${{ secrets.CF_ACCOUNT_ID }}
17-
packageManager: bun
18-
wranglerVersion: 4.20.0
12+
- name: Set Cloudflare API Token
13+
run: echo "CLOUDFLARE_API_TOKEN=${{ secrets.CF_API_TOKEN }}" >> $GITHUB_ENV
14+
- name: Deploy
15+
run: bun run deploy

0 commit comments

Comments
 (0)