I want a GitHub Actions job to post a message to an issue in another repository. Is it at all possible with the help of the default GITHUB_TOKEN
or I need to create a Personal Access Token for this?
When I’m trying to do this, I’m getting an error that says: 403 - Resource not accessible by integration
.