Skip to content

Commit

Permalink
Add OIDC permissions to Azure job (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Sep 26, 2024
1 parent 7280d6a commit 9f2c410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
azure:
name: Build Azure AMI using Packer
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
env:
PKR_VAR_client_id: "976e4a6e-c619-417e-9add-50e2d674e2db"
PKR_VAR_tenant_id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 9f2c410

Please sign in to comment.