You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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:
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).
https://github.com/marketplace/actions/sticky-pull-request-comment?version=v2.9.0#error-resource-not-accessible-by-integration
Update:
It seems that we already have the permissions enabled, i created a PR with the required permissions and it is now working correctly
The text was updated successfully, but these errors were encountered: