Replies: 2 comments 2 replies
-
you are running on ECS? you can only access the github secrets on a workflow , after that you need to use a role in your AWS account or a secret in secret manager etc. |
Beta Was this translation helpful? Give feedback.
2 replies
-
And can you share example @r-pra please |
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
-
Hello,
I am currently facing a blocker. I am not able to pull my GitHub secrets (AWS access keys) to my Atlantis.yaml file (on my repo).
This my current config:
If I output the AWS_ACCESS_KEY_ID variable for example, I get "${{secrets.AWS_ACCESS_KEY_ID}}" as a string. Did anyone face a similar issue?
Thank you 😺
Beta Was this translation helpful? Give feedback.
All reactions