File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 37
37
TEST_APP_ORG_PRIVATE_KEY :
38
38
description : Private Key for the test GitHub App for the organization
39
39
required : true
40
- AZURE_CLIENT_ID :
41
- description : Azure Client ID for KeyVault authentication
42
- required : true
43
- AZURE_TENANT_ID :
44
- description : Azure Tenant ID for KeyVault authentication
45
- required : true
46
- AZURE_SUBSCRIPTION_ID :
47
- description : Azure Subscription ID for KeyVault authentication
48
- required : true
49
40
KEYVAULT_KEY_REFERENCE :
50
41
description : Azure KeyVault key reference URL for GitHub App authentication
51
42
required : true
@@ -567,15 +558,15 @@ jobs:
567
558
- name : Login to Azure
568
559
uses : azure/login@v2
569
560
with :
570
- client-id : ${{ secrets .AZURE_CLIENT_ID }}
571
- tenant-id : ${{ secrets .AZURE_TENANT_ID }}
572
- subscription-id : ${{ secrets .AZURE_SUBSCRIPTION_ID }}
561
+ client-id : ${{ vars .AZURE_CLIENT_ID }}
562
+ tenant-id : ${{ vars .AZURE_TENANT_ID }}
563
+ subscription-id : ${{ vars .AZURE_SUBSCRIPTION_ID }}
573
564
allow-no-subscriptions : true
574
565
575
566
- name : Action-Test
576
567
uses : ./
577
568
with :
578
- ClientID : ${{ secrets.AZURE_CLIENT_ID }}
569
+ ClientID : ${{ secrets.TEST_APP_ORG_CLIENT_ID }}
579
570
KeyVaultKeyReference : ${{ secrets.KEYVAULT_KEY_REFERENCE }}
580
571
Prerelease : ${{ inputs.Prerelease }}
581
572
Script : |
You can’t perform that action at this time.
0 commit comments