Skip to content

Commit c63ef42

Browse files
sserrataclaude
andcommitted
fix(deploy-preview): reduce channel TTL and cap total preview channels
Reduce expires from 30d to 7d and add totalPreviewChannelLimit: 25 to prevent hitting Firebase's 50-channel quota limit during bursts of Dependabot PRs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 021b1f7 commit c63ef42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,9 @@ jobs:
176176
repoToken: "${{ secrets.GITHUB_TOKEN }}"
177177
firebaseServiceAccount: "${{ steps.creds.outputs.sa_key }}"
178178
projectId: pandev
179-
expires: 30d
179+
expires: 7d
180180
channelId: "pr${{ github.event.number }}"
181+
totalPreviewChannelLimit: 25
181182
env:
182183
FIREBASE_CLI_PREVIEWS: hostingchannels
183184

0 commit comments

Comments
 (0)