Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit c577e02

Browse files
authored
Update validation.yml
1 parent f0a836c commit c577e02

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/validation.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
python-version:
1212
type: string
1313
default: 3.11.3
14+
secrets:
15+
AZURE_CREDENTIALS:
16+
required: false
1417

1518
jobs:
1619
validation:
@@ -25,6 +28,11 @@ jobs:
2528
args: -m integration
2629
steps:
2730
- uses: actions/checkout@v2
31+
- name: Azure Login
32+
- uses: Azure/login@v1.4.6
33+
continue-on-error: true
34+
with:
35+
creds: ${{ secrets.AZURE_CREDENTIALS }}
2836
- name: ${{ matrix.tools }}
2937
uses: microsoft/action-python@0.3.15
3038
with:

0 commit comments

Comments
 (0)