This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Secret use in specifying parts of settings.xml #158
Unanswered
ksully-execute
asked this question in
Q&A
Replies: 1 comment
-
@ksully-execute again I got some issue regarding using variables and secrets in actions I am using following configuration where, I am getting repository and plugin repository config from variables and servers secret from github secrets and secrets are not being resolved it is placed as it is.
Output
Please help me to resolve it. |
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
-
Can secrets (github organizational) be used to provide the values for the various pieces (servers, repositories, etc.)?
And could the secret have the entire content for the item, for example, for this entry in your examples:
repositories: '[{ "id": "some-repository", "url": "http://some.repository.url" }]'
could it done with:
repositories: ${{ secrets.MAVEN_REPOSITORIES}}
Thx.
Beta Was this translation helpful? Give feedback.
All reactions