Skip to content

Commit 28260e4

Browse files
committed
Updated workflow
1 parent b273091 commit 28260e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
id-token: write
11+
contents: read
12+
913
jobs:
1014
build:
1115
runs-on: ubuntu-latest
1216
container:
1317
image: mcr.microsoft.com/azure-dev-cli-apps:latest
18+
env:
19+
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
20+
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
21+
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
22+
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
1423
steps:
1524
- name: Checkout
1625
uses: actions/checkout@v2

0 commit comments

Comments
 (0)