diff --git a/.github/workflows/long-running-azure.yaml b/.github/workflows/long-running-azure.yaml index ce30023e82..17ccf485c0 100644 --- a/.github/workflows/long-running-azure.yaml +++ b/.github/workflows/long-running-azure.yaml @@ -426,8 +426,8 @@ jobs: echo "*** Configuring Azure provider ***" rad env update ${{ env.RADIUS_TEST_ENVIRONMENT_NAME }} --azure-subscription-id ${{ secrets.AZURE_SUBSCRIPTIONID_TESTS }} \ --azure-resource-group ${{ env.AZURE_TEST_RESOURCE_GROUP }} - rad credential register azure sp --client-id ${{ secrets.AZURE_SP_TESTS_APPID }} \ - --client-secret ${{ secrets.INTEGRATION_TEST_SP_PASSWORD }} \ + rad credential register azure wi \ + --client-id ${{ secrets.AZURE_SP_TESTS_APPID }} \ --tenant-id ${{ secrets.AZURE_SP_TESTS_TENANTID }} echo "*** Configuring AWS provider ***"