fix(e2e): implement automatic cleanup of test form submissions with authorized secret header

This commit is contained in:
2026-04-21 19:26:06 +02:00
parent f989e0604f
commit f87c714402
3 changed files with 39 additions and 13 deletions

View File

@@ -532,6 +532,7 @@ jobs:
env:
NEXT_PUBLIC_BASE_URL: ${{ needs.prepare.outputs.next_public_url }}
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || 'klz2026' }}
PAYLOAD_SECRET: ${{ secrets.PAYLOAD_SECRET || vars.PAYLOAD_SECRET }}
PUPPETEER_EXECUTABLE_PATH: /usr/bin/chromium
run: pnpm run check:forms