Skip to content

Commit abd094f

Browse files
committed
remove account id
1 parent fefb258 commit abd094f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
uses: cloudflare/wrangler-action@v3
3131
with:
3232
apiToken: ${{ secrets.CF_API_TOKEN }}
33+
accountId: ${{ secrets.CF_ACCOUNT_ID }}
3334
command: publish

wrangler.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name = "m3u8proxy"
22
main = "src/index.ts"
33
compatibility_date = "2023-03-12"
44
compatibility_flags = ["nodejs_compat"]
5-
account_id = "f3130440b1b0daacd1b0426a3a7f6bb5"
65

76
[build]
87
command = "npm run build --if-present"

0 commit comments

Comments
 (0)