We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefb258 commit abd094fCopy full SHA for abd094f
.github/workflows/deploy.yml
@@ -30,4 +30,5 @@ jobs:
30
uses: cloudflare/wrangler-action@v3
31
with:
32
apiToken: ${{ secrets.CF_API_TOKEN }}
33
+ accountId: ${{ secrets.CF_ACCOUNT_ID }}
34
command: publish
wrangler.toml
@@ -2,7 +2,6 @@ name = "m3u8proxy"
2
main = "src/index.ts"
3
compatibility_date = "2023-03-12"
4
compatibility_flags = ["nodejs_compat"]
5
-account_id = "f3130440b1b0daacd1b0426a3a7f6bb5"
6
7
[build]
8
command = "npm run build --if-present"
0 commit comments