Skip to content

Commit d02a46d

Browse files
committed
chore(build): disable log sanitization for wrangler action
1 parent 34ef1de commit d02a46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ jobs:
290290
uses: cloudflare/wrangler-action@v3
291291
env:
292292
WRANGLER_LOG: debug
293+
WRANGLER_LOG_SANITIZE: false
293294
with:
294295
accountId: ${{ secrets.CF_ACCOUNT_ID }}
295296
apiToken: ${{ secrets.CF_R2_API_TOKEN }}

0 commit comments

Comments
 (0)