runner icon indicating copy to clipboard operation
runner copied to clipboard

Not able to use environment secrets in reusable workflows

Open prashantthakkar-alight opened this issue 1 year ago • 1 comments

Describe the bug Called workflow can not use it's environment secrets. Using organization secrets is not a feasible solution in some cases. I know that it is in the GitHub public roadmap : https://github.com/orgs/github/projects/4247/views/2?pane=issue&itemId=21176006 , but there does not seem to be any traction on it.

To Reproduce

  • Have environment secrets in a repo , with a workflow using them.
  • Call this workflow from a caller workflow , existing in different repo.
  • You can not use these secrets neither with explicitly mentioning them nor with inherit.

prashantthakkar-alight avatar Mar 15 '24 05:03 prashantthakkar-alight