Passing GitHub Secret during dbx deploy #735
Unanswered
aman-solanki-kr
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In the deployment file, I have defined usage of docker for the cluster. For authentication, I am using a username and password. I would like to provide the username and password from the GitHub Secrets. I tried multiple things but it would always export the literal string [ ${{ secrets.SECRET_NAME }} ] to the workflow. The secrets work in the files that reside inside .github/workflow but I am unable to use it with conf/deployment.
Beta Was this translation helpful? Give feedback.
All reactions