mitchspano / sfdx-scan-pull-request

Runs sfdx-scanner on a pull request and generates in-line comments with the findings.
Apache License 2.0
73 stars 25 forks source link

getting httperror(403) while invoking from an githubaction #67

Closed Balakrishnaraorj closed 12 months ago

Balakrishnaraorj commented 1 year ago

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

mitchspano commented 1 year ago

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?

Balakrishna-Rao commented 12 months ago

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