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

Add GitHub App auth support #3

Open
cliffchapmanrbx opened this issue Jun 11, 2020 · 1 comment
Open

Add GitHub App auth support #3

cliffchapmanrbx opened this issue Jun 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@cliffchapmanrbx
Copy link
Contributor

Currently the app needs a PAT (tied to a specific account) to perform auth for the remote repository. Modify this to allow for GitHub App auth instead, allowing the action to authenticate as an app. The app should only need repo read/write scopes to be able to read and write to the cla.json file in the remote repo, nothing more.

@cliffchapmanrbx cliffchapmanrbx added the enhancement New feature or request label Jun 11, 2020
@cliffchapmanrbx
Copy link
Contributor Author

This looks easier than I thought: https://www.npmjs.com/package/@octokit/app

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

No branches or pull requests

1 participant