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

Commit 565d2b6

Browse files
committed
add permissions block to workflow
1 parent 9a013b0 commit 565d2b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/azure-load-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
loadtest:
2020
name: Load Test
2121
runs-on: ubuntu-latest
22+
permissions:
23+
id-token: write
24+
contents: read
2225

2326
steps:
2427
# Checkout the repository
@@ -33,7 +36,8 @@ jobs:
3336
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3437
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3538

36-
# Run the Azure Load Test
39+
40+
# Run the Azure Load Test
3741
- name: Run Load Test
3842
run: |
3943
az load test-run create \

0 commit comments

Comments
 (0)