-
Notifications
You must be signed in to change notification settings - Fork 763
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 encrypted_value to Actions + Organizations's secrets #807
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.
Thanks for your pull requests @nadenf! I think @jcudit is going to post a fuller review shortly, but I just wanted to leave a quick note on the blocker for merging this.
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.
Thanks @nadenf. 👍 on the base64 changes. I've also manually tested that using encrypted_value
works (for repo-level secrets).
But we seem to have lost 6880b90 (the commit that removes |
@tibbes .. File has been removed. |
* Added encrypted_value to Actions + Organizations's secrets * Simplified unit tests * Encrypted value needs to be in Base64 format * Delete data_source_github_repository_branches.go
* Added encrypted_value to Actions + Organizations's secrets * Simplified unit tests * Encrypted value needs to be in Base64 format * Delete data_source_github_repository_branches.go
Is there documentation somewhere on how to create the |
@hoxu a (hack) workaround would be to:
example
I have not tried this personally but theoretically this should work if I am not overlooking something. |
@jcudit thanks, this indeed works. But if you have remote state (especially with versioning), you need to manually comment out the backend, |
…ons#807) * Added encrypted_value to Actions + Organizations's secrets * Simplified unit tests * Encrypted value needs to be in Base64 format * Delete data_source_github_repository_branches.go
Fixes:
#704 - Use encrypted_value in github_actions_organization_secret and github_actions_secret