github-sync
github-sync copied to clipboard
Use auto generated GITHUB_TOKEN instead of PAT
You don't need to use a Personal Access Token anymore. You can use the GitHub Action automatically supplied GITHUB_TOKEN, instead.
Looks like the difference is that using the GITHUB_TOKEN to push to a repo will not trigger subsequent action. Using the PAT will trigger them. See https://github.com/orgs/community/discussions/25702#discussioncomment-3248819.
Hmm doesn't seem to be an issue associated with the pull request. For most folks I'd imagine you'd need a PAT to access two different repositories.
I'm going to go ahead and close this pull request, but feel free to open a new one if needed.