-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
When running the Azure/cli@1.0.4 action with the latest CLI version (2.30.0 since today) in a workflow I get the following error despite having run the Azure/login@v1 action in a previous step in the same job:
ERROR: Could not retrieve credential from local cache for service principal *****. Run 'az login' for this service principal.
Reverting to the previous CLI version by passing the argument azcliversion: 2.29.2 to the Azure/cli@1.0.4 action solved the issue for me.
Reactions are currently unavailable