Replies: 1 comment
-
OK sorted, being new to Github actions I needed to inherit the secrets as shown below: -
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a workflow that successfully deploys my webapp to an Azure web app service when run in isolation however when I call that same workflow from another workflow it fails with: -
Error: Deployment Failed, Error: No credentials found. Add an Azure login action before this action. For more details refer https://github.com/azure/login
I using secrets to supply the publish profile and as said this is works perfectly when I manually run the workflow on its own, here is my triggering workflow: -
Beta Was this translation helpful? Give feedback.
All reactions