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

Permissions needed #4

Open
Almenon opened this issue Aug 23, 2020 · 1 comment
Open

Permissions needed #4

Almenon opened this issue Aug 23, 2020 · 1 comment

Comments

@Almenon
Copy link

Almenon commented Aug 23, 2020

I was about to install MEEP and then I realized it would give MEEP write access to my repo, among other things 😬

This is not MEEP's fault - it appears to be included in the list of permissions granted with the permissions granted to GITHUB_TOKEN:

https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token

Do you know any way around this? Ideally I'd like to install MEEP as securely as possible, only with the permissions it strictly needs.

@jeremyong
Copy link
Contributor

Hmm so the auth token is needed to "hydrate" the github actions toolkit to perform REST requests. Meep doesn't actually write or read anything. It should be possible to write it to perform anonymous requests but these are subject to a rate limit so I'm not sure if that will be an issue.

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

2 participants