Skip to content

Commit 65c3a8e

Browse files
committed
Create self-hosted runners: switch Azure login logic to our own
We now have our own simple workflow to log into Azure, using "az login". As we're moving way from things like the Azure CLI, let's also start using our own login script instead. Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
1 parent ec97453 commit 65c3a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-azure-self-hosted-runners.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ jobs:
144144
)
145145
146146
echo "AZURE_ARM_PARAMETERS=$AZURE_ARM_PARAMETERS" >> $GITHUB_ENV
147-
147+
148148
- name: Azure Login
149-
uses: azure/login@v2
149+
uses: ./.github/workflows/azure-login
150150
with:
151-
creds: ${{ secrets.AZURE_CREDENTIALS }}
151+
credentials: ${{ secrets.AZURE_CREDENTIALS }}
152152

153153
- uses: azure/arm-deploy@v2
154154
id: deploy-arm-template

0 commit comments

Comments
 (0)