mirror of
https://github.com/diced/zipline.git
synced 2026-01-22 09:19:11 -08:00
fix: workflow
This commit is contained in:
2
.github/workflows/gen-openapi.yml
vendored
2
.github/workflows/gen-openapi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user