Add secret-prefix using the convention of {secret-prefix}/{secret-name} to ensure that subsequent actions in the workflow can use the secret environment variable uniformly disregarding the environment name.
@abhilash1in, as I'm not sure if this addition is in line with what you plan for the action, I created this in my fork so I can use it in my workflow. That's why I have used my name in some of the README examples. Let me know if you agree with this feature and I'll change the modifications there back.
Add
secret-prefix
using the convention of{secret-prefix}/{secret-name}
to ensure that subsequent actions in the workflow can use the secret environment variable uniformly disregarding the environment name.@abhilash1in, as I'm not sure if this addition is in line with what you plan for the action, I created this in my fork so I can use it in my workflow. That's why I have used my name in some of the README examples. Let me know if you agree with this feature and I'll change the modifications there back.