Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit d20d377

Browse files
1 parent daa000c commit d20d377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devops/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can use `pscale password create` to generate credentials for your database b
114114
PLANETSCALE_SERVICE_TOKEN_ID: ${{ secrets.PLANETSCALE_SERVICE_TOKEN_ID }}
115115
PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
116116
run: |
117-
response=$(pscale password create ${{ secrets.PLANETSCALE_DATABASE_NAME }} ${{ env.PSCALE_BRANCH_NAME }} -f json --org ${{ secrets.PLANETSCALE_ORG_NAME }})
117+
response=$(pscale password create ${{ secrets.PLANETSCALE_DATABASE_NAME }} ${{ env.PSCALE_BRANCH_NAME }} "" -f json --org ${{ secrets.PLANETSCALE_ORG_NAME }})
118118
119119
id=$(echo "$response" | jq -r '.id')
120120
host=$(echo "$response" | jq -r '.access_host_url')

0 commit comments

Comments
 (0)