We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a40d3d commit d9d4e0bCopy full SHA for d9d4e0b
.github/workflows/test_actions.yml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
test-notebooks:
13
runs-on: ubuntu-latest
14
+ environment: MMI-Samples
15
16
steps:
17
- name: Checkout Repo
@@ -30,6 +31,14 @@ jobs:
30
31
- name: List notebook files
32
run: ls -la notebooks
33
34
+ - name: Azure Login
35
+ uses: azure/login@v2
36
+ with:
37
+ client-id: ${{ secrets.AZURE_CLIENT_ID }}
38
+ tenant-id: ${{ secrets.AZURE_TENANT_ID }}
39
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40
+ auth-type: OIDC
41
+
42
- name: Run notebook tests
43
run: |
44
set -e
0 commit comments