Resouce Not Accessible By Integration
February 23, 2023
Have you ever ran into this error when you want to trigger a CICD script on Github.
Resource not accessible by integration
If your answer is Yes, then you can try updating action settings for your github repository. It could be a scope issue quite possibly.
Just go to your github repository and then navigate to
Settings --> Actions --> General
Provide your actions read and write permissions.
Hope it helps.
If it didn't fix your problem you can check out the below stack overflow question. Resource not accessible by integration
Thank you. Happy Coding.