fix: workflow

This commit is contained in:
diced
2026-01-10 23:46:16 -08:00
parent 4b585d8634
commit 274a84397a

View File

@@ -68,7 +68,7 @@ jobs:
- name: Generate secret
id: secret
run: |
SECRET=$(openssl rand -base64 24 | tr -dc 'a-zA-Z0-9' | head -c 32)
SECRET=$(openssl rand -base64 48 | tr -dc 'a-zA-Z0-9')
echo "secret=$SECRET" >> $GITHUB_OUTPUT
- name: Wait for Postgres