Skip to content

Commit

Permalink
try 92
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 14, 2024
1 parent 6f16da7 commit d1d4ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "$data" | jq -r 'to_entries[] | "\(.value)=\(.key)"' | while IFS='=' read -r value key; do
export SECRET_KEY="$value"
secret_value=$(jq -r --arg key "$value" '.[$key]' <<< "$secrets")
echo "$value=${{ secrets['DATABASE_URL'] }}"
echo "$value=${{ secrets[format('DATABASE_URL')] }}"
done
}
Expand Down

0 comments on commit d1d4ba6

Please sign in to comment.