https://pulumi.com logo
Title
d

dazzling-gigabyte-42983

07/29/2022, 7:52 PM
Hey all, I'm looking to use pulumi .net and I'd like to capture the output variables so I can call the GitHub API and set some secrets. Is this kinda of stuff possible?
b

bored-oyster-3147

07/29/2022, 8:01 PM
Yes you would just write your pulumi program to output the information that you need and use pulumi stack output to fetch it after the deployment
b

billowy-army-68599

07/29/2022, 8:11 PM
You can actually use the GitHub provider and set the GitHub secret directly from your Pulumi program
๐Ÿš€ 1
๐Ÿ˜›artypus-8bit: 2
๐Ÿ™Œ 1
b

bored-activity-40468

08/01/2022, 2:16 PM
This is a good all around C# example with automation api https://github.com/gitfool/Pulumi.Dungeon
d

dazzling-gigabyte-42983

10/31/2022, 1:02 PM
Thanks