Skip to content
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

Make ec2-github-runner working with GITHUB_TOKEN generated into the Github Action workflow #140

Open
mik3fly opened this issue Feb 28, 2023 · 3 comments

Comments

@mik3fly
Copy link

mik3fly commented Feb 28, 2023

I would like to use a GITHUB_TOKEN generated into my github action workflow instead of a Personnal Access Token.
I m in a company context , and as it says "personal token" is not a best practice into a CI workflow.

@richardnpaul
Copy link

richardnpaul commented Jul 12, 2023

I guess that it would require some conditional logic and the ability to pass in the app_id and app_private_key. The project is already using the Octokit.js library so here are the Github docs for authenticating with an app installation

@mickmorse
Copy link

Would be good to see this also.

@hanseartic
Copy link

I would like to use a GITHUB_TOKEN generated into my github action workflow instead of a Personnal Access Token. I m in a company context , and as it says "personal token" is not a best practice into a CI workflow.

We are using machine-users (functional accounts) for those cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants