Skip to content

Commit 274a843

Browse files
committed
fix: workflow
1 parent 4b585d8 commit 274a843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Generate secret
6969
id: secret
7070
run: |
71-
SECRET=$(openssl rand -base64 24 | tr -dc 'a-zA-Z0-9' | head -c 32)
71+
SECRET=$(openssl rand -base64 48 | tr -dc 'a-zA-Z0-9')
7272
echo "secret=$SECRET" >> $GITHUB_OUTPUT
7373
7474
- name: Wait for Postgres

0 commit comments

Comments
 (0)