You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Context being used by the workflow is not the .env in the host machine; when you set those commands. The variables must be on from the workflow context as secrets or inputs.
${{ secrets.REGISTRY }} - The syntax is the same as you did for the host, username, privateKey, passphrase.
I can confirm this because one of my commands uses the ${{input.key}} which is derived from the Repo Name to cd into the respective directory.
I'm getting the above issue when I'm using the env variables mentioned in the workflow. And here is my workflow
What is the correct way to use these variables here?
The text was updated successfully, but these errors were encountered: