Github actions reusable workflow secrets inheritance not working #150902
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
I am working on creating a system with Github actions for some tasks with docker and I am having some issues with it.
I have 2 files in 2 diferent repos:
workflow.yml:
callworflow.yml:
On trying to launch the reusable workflow from actions I get an error:
In my organization I have all secrets. Even doing the process directly on a workflow instead of using the reusable workflow call works.
So I am misunderstanding something or what is happening? The documentations says something like:
I also tried to add the envs to the callworkflow.yml file or even calling directly {{ secrets.DOCKER_REGISTRY }} on the workflow.yml instead of using an env.
Thank you for you help in advance
Beta Was this translation helpful? Give feedback.
All reactions