Hello, Is there any way to get the Github environm...
# general
i
Hello, Is there any way to get the Github environment public key (replicating this https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#get-an-environment-public-key in Pulumi)? The documentation, what little there is, is useless and the Pulumi "AI" just made me waste an hour trying to implement it's hallucination passed of as a solution.
l
I think we might need a bit more context, since you can do this via the GitHub console. Have you created the GitHub environment via a Pulumi project, using the GitHub provider? And you want to get the key from the outputs? Perhaps you can share a snippet of your code.