Browse Source

chore(build): disable log sanitization for wrangler action

Jacky 5 days ago
parent
commit
d02a46d74b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -290,6 +290,7 @@ jobs:
         uses: cloudflare/wrangler-action@v3
         env:
           WRANGLER_LOG: debug
+          WRANGLER_LOG_SANITIZE: false
         with:
           accountId: ${{ secrets.CF_ACCOUNT_ID }}
           apiToken: ${{ secrets.CF_R2_API_TOKEN }}