Skip to content

Commit

Permalink
try 94
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 14, 2024
1 parent aed693f commit b7892a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ 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=test"
done
}
Expand All @@ -45,7 +44,7 @@ jobs:
jq -r '.envs | to_entries[] | "\(.key)=\(.value)"' "$CONFIG_FILE"
echo
echo "# Secrets"
process_secrets "$(jq -r '.' <<< "$secrets_from_file")" ${{ secrets }}
process_secrets "$(jq -r '.' <<< "$secrets_from_file")" $secrets
} > .env
echo "Created .env file"
Expand Down

0 comments on commit b7892a9

Please sign in to comment.