Skip to content

Commit

Permalink
add permissions block to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyIR committed Jan 4, 2025
1 parent 9a013b0 commit 565d2b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/azure-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
loadtest:
name: Load Test
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read

steps:
# Checkout the repository
Expand All @@ -33,7 +36,8 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

# Run the Azure Load Test

# Run the Azure Load Test
- name: Run Load Test
run: |
az load test-run create \
Expand Down

0 comments on commit 565d2b6

Please sign in to comment.