Hi All, I am trying to use github library <https:/...
# python
g
Hi All, I am trying to use github library https://www.pulumi.com/registry/packages/github/api-docs/ to fetch the Actions Environment Variables and Actions Environment Secrets into pulumi code to setup DB Username/password for RDS/RedShift etc. I am able to fetch the variables with the call, github.get_actions_environment_variables() but get_actions_environment_secrets_output/get_actions_environment_secrets doesn't get the secret text/encrypted value. GetActionsEnvironmentSecretsResult and AwaitableGetActionsEnvironmentSecretsResult doesn't have secret value. Can anyone suggest how this can be achieved?