terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

[FEAT]: Add owner as parameter for action_secret

Open diofeher opened this issue 11 months ago • 2 comments

Github actions secret do not support repos from another organization. The only supported repos are the same from the owner's token.


Before the change?

  • You cannot set a secret for a organization's repo using a personal access token, because the owner will be the user.

After the change?

  • You can set owner with the organization name

Pull request checklist

  • [x] Tests for the changes have been added (for bug fixes / features)
  • [x] Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • [ ] Yes
  • [x] No

diofeher avatar Jan 03 '25 16:01 diofeher