We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I was setting up this action, it didn't feel right to have to provide a personal API key.
Example use-case: if someone leaves an organization, this means all their API keys will stop working and CI breaks.
Would it be possible to use Org-level service tokens instead? (I'm not sure I'm getting the security implications, but that feels more resilient)
The text was updated successfully, but these errors were encountered:
@kaelig This is a valid concern.
But, I think what should happen is the CI is expected to break.
What we could do is transfer their keys to another admin user.
Sorry, something went wrong.
limistah
No branches or pull requests
When I was setting up this action, it didn't feel right to have to provide a personal API key.
Example use-case: if someone leaves an organization, this means all their API keys will stop working and CI breaks.
Would it be possible to use Org-level service tokens instead? (I'm not sure I'm getting the security implications, but that feels more resilient)
The text was updated successfully, but these errors were encountered: