Skip to content

Commit b26bf08

Browse files
committed
Update Azure deployment workflow to use variable for subscription ID
1 parent a99e1e3 commit b26bf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3030
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
31-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
31+
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
3232

3333
- uses: Azure/CLI@v2
3434
with:

0 commit comments

Comments
 (0)