Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spowser authored Nov 16, 2023
1 parent 31e3d3f commit c826dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Follow the steps to configure the secret:
* Define a new secret under your repository **Settings** > **Secrets** > **Add a new secret** menu.
* Paste the contents of the Secret (Example: Connection String) as Value
* Also, copy the psql connection string from Azure PostgreSQL DB which is under **Connection strings** > **psql** and of the format:
"host={hostname} port={port} dbname={your_database} user={user} password={your_password} sslmode=require". Note: The Azure portal includes "psql" at the front of the connetion string which should not be included here.
"host={hostname} port={port} dbname={your_database} user={user} password={your_password} sslmode=require". Note: The Azure portal includes "psql" at the front of the connection string which should not be included here.
* For Azure credentials, paste the output of the below [az cli](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) command as the value of secret variable, for example 'AZURE_CREDENTIALS'
```bash

Expand Down

0 comments on commit c826dad

Please sign in to comment.