We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b585d8 commit 274a843Copy full SHA for 274a843
.github/workflows/gen-openapi.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Generate secret
69
id: secret
70
run: |
71
- 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')
72
echo "secret=$SECRET" >> $GITHUB_OUTPUT
73
74
- name: Wait for Postgres
0 commit comments