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
refactor(github-actions): use GITHUB_TOKEN instead of PAT for authentication The Personal Access Token (PAT) was replaced with the GITHUB_TOKEN in all GitHub Actions workflows. This change was made to simplify the authentication process and to leverage the built-in GITHUB_TOKEN, which automatically handles permissions and lifecycle. This also reduces the need for managing additional secrets like PAT.
#11