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 e0028e1 commit 8ef7090Copy full SHA for 8ef7090
.github/workflows/test_actions.yml
@@ -8,6 +8,10 @@ on:
8
- chienyuanchang/test_github_actions
9
workflow_dispatch: # Allows manual run from GitHub UI
10
11
+permissions:
12
+ id-token: write
13
+ contents: read
14
+
15
jobs:
16
test-notebooks:
17
runs-on: ubuntu-latest
@@ -37,7 +41,6 @@ jobs:
37
41
client-id: ${{ secrets.AZURE_CLIENT_ID }}
38
42
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
39
43
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40
- auth-type: IDENTITY
44
45
- name: Run notebook tests
46
run: |
0 commit comments