mitchspano / sfdx-scan-pull-request

Runs sfdx-scanner on a pull request and generates in-line comments with the findings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting httperror(403) while invoking from an githubaction

Balakrishnaraorj opened this issue · comments

Hi, I am trying to follow the steps in the Github readme for the SFdx-scan-pull-request.
I am getting httperror(403) and the scan is not happening.

Screenshot 2023-11-29 at 10 21 38

Could you please guide me where is the issue and how to resolve those

403 means that you don't have the proper permissions to interact with the repository or with the REST API.

Is this pull request created from a fork, or just between branches in one repository?

Thank you. I gave permission in github runner. I gave write-all permission and it worked.