Callum
Results
3
comments of
Callum
have you tried swopping out secrets.GITHUB_TOKEN with your PAT? worked for me 😸
@gyorokpeter my bad, a personal access token = https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token
store it as a secret in your repo give the secret a name like PAT then in the github action call it by typing ${{secrets.PAT}}