-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure with a Github token #129
Comments
@syedfarhanNF can you please look into this? It requires changing the workflow to pass the env var for the token, populated from the gh secret called GH_AUTH_TOKEN |
You will need to create a new secret if doesn't already exist called GH_AUTH_TOKEN. Then modify the github workflow for deployment so it passes this secret into the containers environment variables.
|
@syedfarhanNF can you please send a PR to modify the workflow? |
note that the secret is already in the repo although I don't know what value it has. @mcollina it would be good to populate it with a value with very limited permissions |
I think it's set up correctly. let's see if it works. |
Hi @mcollina,
That should be all thats required from you. We can then merge this PR. |
Creating a personal access token is a security nightmare. We should use the new fine-grained ones. |
The issue with fine grained tokens is that they expire. Apart from that, they will work the same as the others |
From mercurius-js/mercurius#941 (comment):
@simoneb how do I configure this with a token?
The text was updated successfully, but these errors were encountered: