Skip to content

Commit 8ef7090

Browse files
Update test_actions.yml
1 parent e0028e1 commit 8ef7090

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- chienyuanchang/test_github_actions
99
workflow_dispatch: # Allows manual run from GitHub UI
1010

11+
permissions:
12+
id-token: write
13+
contents: read
14+
1115
jobs:
1216
test-notebooks:
1317
runs-on: ubuntu-latest
@@ -37,7 +41,6 @@ jobs:
3741
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3842
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3943
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40-
auth-type: IDENTITY
4144

4245
- name: Run notebook tests
4346
run: |

0 commit comments

Comments
 (0)