Skip to content

Commit 13681c5

Browse files
authored
Add Azure login step to main_primechecker.yml
Add Azure login step to the workflow for authentication.
1 parent e4ca114 commit 13681c5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main_primechecker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
mvn clean package
3535
popd
3636
37+
- name: Azure login
38+
uses: azure/login@v2
39+
with:
40+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
41+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
42+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
43+
3744
- name: 'Run Azure Functions Action'
3845
uses: Azure/functions-action@v1
3946
id: fa

0 commit comments

Comments
 (0)