terraform-provider-github
terraform-provider-github copied to clipboard
[FEAT]: Add owner as parameter for action_secret
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
ownerwith 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