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

deprecating GITHUB_TOKEN authentication #454

Open
shogo82148 opened this issue Nov 11, 2022 · 1 comment
Open

deprecating GITHUB_TOKEN authentication #454

shogo82148 opened this issue Nov 11, 2022 · 1 comment
Assignees

Comments

@shogo82148
Copy link
Member

Currently, we use GITHUB_TOKEN to authenticate the action.
Now, we can use JWT tokens of Open ID Connect instead of GITHUB_TOKEN.
JWT tokens are more secure than GITHUB_TOKEN because they cannot do anything on their own. GITHUB_TOKEN authentication should be removed.

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

1 participant