Skip to content

Commit 3114495

Browse files
committed
Updated env variables
1 parent d42e757 commit 3114495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ concurrency:
99
permissions:
1010
contents: read
1111
env:
12-
IDP_CLIENT_CREDENTIAL: ${{ secrets.IDP_CLIENT_CREDENTIAL }}
13-
IDP_CLIENT_ID: ${{ secrets.IDP_CLIENT_ID }}
14-
IDP_TENANT_ID: ${{ secrets.IDP_TENANT_ID }}
12+
AZURE_CLIENT_SECRET: ${{ secrets.IDP_CLIENT_CREDENTIAL }}
13+
AZURE_CLIENT_ID: ${{ secrets.IDP_CLIENT_ID }}
14+
AZURE_TENANT_ID: ${{ secrets.IDP_TENANT_ID }}
1515
jobs:
1616
tests:
1717
strategy:

0 commit comments

Comments
 (0)