Problem
Recently, whilst trying to run the following command in a GitHub Actions workflow script to create a new Release in my GitHub Repository:
gh release create XXXX --generate-notes
However, strangely I encountered the following workflow error:
HTTP 403: Resource not accessible by integration
If you’ve faced the same error, then you’re in luck – because I’ll be sharing the solution that worked for me to resolve this issue.
Continue reading