https://pulumi.com logo
e

echoing-postman-88590

07/20/2023, 10:44 AM
Hi, I would like to use pulumi to manage multiple github repository using the pulumi-github provider. As the
GITHUB_TOKEN
generated by the github workflows does not allow to manage different repository. I would like to use a GitHub Apps to generate the `GITHUB_TOKEN`: I am able to get an access_token using
<https://api.github.com/app/installations/{gh_app_inst_id}/access_tokens>
but I get: error: GET https://api.github.com/user: 403 Resource not accessible by integration [] Any suggestions?
v

victorious-church-57397

07/20/2023, 11:22 AM
i was getting similar issues when i tried to implement using an app, we ended up just generating a PAT and storing it as an encrypted secret in the config
sorry, i know thats not really helpful!
e

echoing-postman-88590

07/20/2023, 11:23 AM
thanks. Very helpfull