pulumi / pulumi-github

A Pulumi package to facilitate interacting with GitHub
Apache License 2.0
59 stars 10 forks source link

CI auth token does not allow access to all resources #636

Open VenelinMartinov opened 5 months ago

VenelinMartinov commented 5 months ago

What happened?

Our CI auth token does not give us access to all resources. That's probably necessary since it is using our prod org. Instead we should have an org token with a test org where we can do what we want.

There is https://github.com/pulumi-automated-testing which might have been used before but I can no longer access it.

Example

https://github.com/pulumi/pulumi-github/actions/runs/8629270272/job/23653234415?pr=634

Output of pulumi about

.

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

guineveresaenger commented 5 months ago

We use https://github.com/orgs/moolumi for testing these days, that is probably where we want to explore. :)

VenelinMartinov commented 3 months ago

reopen https://github.com/pulumi/pulumi-github/pull/634 once fixed