You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.