Added encrypted_value to Actions + Organizations's secrets#807
Added encrypted_value to Actions + Organizations's secrets#807jcudit merged 4 commits intointegrations:masterfrom
Conversation
tibbes
left a comment
There was a problem hiding this comment.
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