Skip to content

Commit 538e109

Browse files
committed
fix ci
1 parent a4f8b9d commit 538e109

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/workers.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
wranglerVersion: "4.20.0"
1818
workingDirectory: "workers"
1919
environment: production
20-
# secrets: |
21-
# GITHUB_TOKEN
20+
secrets: |
21+
GITHUB_TOKEN
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.WORKER_GITHUB_TOKEN }}
24-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
23+
GITHUB_TOKEN: ${{ secrets.WORKER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)