Skip to content

Commit 880e487

Browse files
authored
Workflow: Provide azure credentials to deploy action
1 parent eed0eb9 commit 880e487

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push-build-deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Deploy
3737
uses: mojira/deploy@main
3838
with:
39+
azure_client_id: ${{ secrets.AZURE_CLIENT_ID }}
40+
azure_tenant_id: ${{ secrets.AZURE_TENANT_ID }}
41+
azure_subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3942
bastion_name: ${{ secrets.BASTION_NAME }}
4043
resource_group: ${{ secrets.RESOURCE_GROUP }}
4144
resource_id: ${{ secrets.RESOURCE_ID }}

0 commit comments

Comments
 (0)