File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/postgresql/single-server Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,7 @@ You will use the connection string as a GitHub secret.
155
155
- uses: actions/checkout@v1
156
156
- uses: azure/login@v1
157
157
with:
158
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
159
- tenant-id: ${{ secrets.AZURE_TENANT_ID }}
160
- subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
158
+ client-id: ${{ secrets.AZURE_CREDENTIALS }}
161
159
162
160
- uses: azure/postgresql@v1
163
161
with:
@@ -190,7 +188,9 @@ You will use the connection string as a GitHub secret.
190
188
- uses: actions/checkout@v1
191
189
- uses: azure/login@v1
192
190
with:
193
- creds: ${{ secrets.AZURE_CREDENTIALS }}
191
+ client-id: ${{ secrets.AZURE_CLIENT_ID }}
192
+ tenant-id: ${{ secrets.AZURE_TENANT_ID }}
193
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
194
194
195
195
- uses: azure/postgresql@v1
196
196
with:
You can’t perform that action at this time.
0 commit comments