Invoke central reusable workflows #145457
Unanswered
JayChanggithub
asked this question in
Actions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Hi Support,
I am new to adopting GitHub Actions for implementing CI/CD automation. Below is my central reusable repository,
github/rgm-co/co-pipeline-action-core
, along with its folder structure.The content of
actions/vault-integrated/action.yaml
is as follows:The content of central
workflows/vault-integrated.yaml
is as follows:I have another repository that contains workflows to invoke the workflows from the above repository and perform tasks. This repository is called co-pipeline-rgm, and its folder structure is as follows:
The workflows/invoke-core-function.yaml contents is below.
However, whenever I trigger these workflows, I always encounter an authentication error when pulling the Docker image. I have confirmed that the pre-entrypoint is hardcoded in the action.yaml file within the central reusable repository. Thank you for your help, Or is there any recommended approach to achieve the expected result, which involves adopting reusable workflows and wrapping them in a Docker container?
Beta Was this translation helpful? Give feedback.
All reactions