Hi, I would like to use pulumi to manage multiple ...
# general
e
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
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
thanks. Very helpfull