Replies: 1 comment
-
Ok, my bad. So I have to pass the content of the file instead of the path to the file. Using terraform file function solves it for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I successfully used this provider to import all our Github organization with a personal token, but now we need to move it to a Github App so we can automate the process. So far, I created a new app with the following permissions:
Then installed the app to the Organization, grant access to all repositories, generated a private key and set the empty
app_auth {}
block in the provider.To test it, I've exported the
GITHUB_APP_*
environment variables as described here and running it locally, but I'm facing the following error:The
GITHUB_APP_PEM_FILE
environment variable points to the recently downloaded private key. Did I miss something here?Beta Was this translation helpful? Give feedback.
All reactions