Open
Description
The benchmark workflow throws this error:
Error: Resource not accessible by integration
This error is caused by the action: sticky-pull-request-comment
Reading the documentation for this action, it mentions that it is now necessary to define the permissions within the workflow adding:
permissions:
pull-requests: write
But it is also necessary to enable workflow permissions for the repo in Settings > Actions > General > Workflow permission > Enable read and write permissions (I don't have access to this).
Update:
It seems that we already have the permissions enabled, i created a PR with the required permissions and it is now working correctly
Metadata
Metadata
Assignees
Labels
No labels