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

Convert usage of Personal Access Token to use a GitHub App #8

Open
rajbos opened this issue Oct 25, 2021 · 0 comments
Open

Convert usage of Personal Access Token to use a GitHub App #8

rajbos opened this issue Oct 25, 2021 · 0 comments

Comments

@rajbos
Copy link
Owner

rajbos commented Oct 25, 2021

Currently we use a PAT for everything, can we convert this to use a GitHub App? That way it is not tied to a user, which is better to use in an enterprise setting.

Setup would be:

  1. Create an App
  2. Use the ClientId and ClientSecret in the secrets
  3. Get a token during execution through gh-token

Things to check:

  • Can this work across orgs? We make the fork and the checks in another org. Maybe use the App from that org?
  • Do we then still need an App in this org (rajbos / or this repo github-actions-requests)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant