Skip to content

Commit

Permalink
specify environment in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyIR committed Jan 6, 2025
1 parent d8ae1a4 commit c905fe7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/azure-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ on:
jobs:
loadtest:
name: Load Test
environment:
name: internal

runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
env:
ARM_USE_OIDC: true

steps:
# Checkout the repository
Expand Down

0 comments on commit c905fe7

Please sign in to comment.