I am using github secrets in a bash script but it wont work #2014
Unanswered
awkward-minion
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a github workflow where I am accessing a secret
S3_URL
from GitHub secrets and consuming it in workflow like belowand in my caller workflow
I am getting the following error
The error is happening due to
secrets.S3_URL
accessibility.How can I access
secrets.S3_URL
in. mycomposite
action properly in the bash script.I have tried to print my command to a file as follows, it works when I echoed it (I know this is bad practice, tried this as last resort to know whether the
S3_URL
is accessible in my composite action or not. It echoed output as expectedCould someone help me?
Thanks in Advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions