Skip to content

Commit 349ffbf

Browse files
fix: update post-deployment script to use secret for Azure subscription ID
1 parent 3c79cdf commit 349ffbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
id: post_deploy
153153
run: |
154154
set -e
155-
az account set --subscription "${{env.AZURE_SUBSCRIPTION_ID}}"
155+
az account set --subscription "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
156156
157157
echo "Running post-deployment script..."
158158
bash ./infra/scripts/process_sample_data.sh \

0 commit comments

Comments
 (0)