-
Notifications
You must be signed in to change notification settings - Fork 772
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
Added resources for Environment + Environment Secrets #805
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We reviewed this as a group and come up with a couple of suggestions for next steps but this doesn't look too far off from shipping. The main points we should address are:
- Adding
ConflictsWith
- Edits to the
vendor/
folder
vendor/github.com/google/go-github/v35/github/actions_secrets.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Ah, just realized we need to update |
@jcudit .. Done ! |
* Added resources for Environment + Environment Secrets * Added support for encrypted value * Added conflicts with, fixed formatting and changes to go-github * Fixed indentation * Fixed indentation * Fixed indentation * Encrypted value needs to be in Base64 format * fixup! add new resources to website.erb Co-authored-by: Jeremy Udit <[email protected]>
Fixes:
#528 - [feature request] add deployment environment resource
#681 - github_actions_secret: support environment secrets