-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for github_actions_secret for personal repo #422
Comments
hi @tnguyen14! thank you for creating this issue :) you're correct in tagging this issue to #45 . in continuing off the work done to address these individual vs. org resource management diffs, the linked PR #428 (builds off of #96) now has a change to allow actions secret and public-key data/resource to be made when a provider is set to an individual Github account |
@anGie44 Please tell me how to create a github_actions_secret of individual Github repository. My codes are below: (Sorry in Japanese.) |
Based on the trail of eventually merged PRs that this issue is linked to, this might have been fixed in version 2.9.0 of the github provider. I haven't tested it out yet though. @sogaoh are you sure you're on 2.9.0 of the Terraform GitHub Provider? If it still isn't working, maybe mentioning that in #501 would help the team out. |
@adamnbowen Yes. I did on
I'll mention on #501 . |
hi @sogaoh, thanks for commenting here. apologies my comment from before is outdated. #464 and #465 introduced support for individual repositories but atm, this is only true for resources prefixed with |
Terraform Version
0.12.24
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Expected Behavior
The GitHub Actions Secret is created
Actual Behavior
References
Not sure if this is related to #45
The text was updated successfully, but these errors were encountered: