Closed mmalenic closed 9 months ago
Good catch, I can't recall why I created a custom GH PAT for this... perhaps I wanted to limit the scopes/access that GITHUB_TOKEN has, but it's definitely more practical to use GITHUB_TOKEN as it doesn't expire as fast...
I think a similar effect can be achieved by specifying the GITHUB_TOKEN permissions: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
Changes