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
The Flutter Test workflow fails to post a comment on successful test completion due to a permissions issue with the GitHub Script action. Specifically, it throws the following error:
Error: Unhandled error: HttpError: Resource not accessible by integration
The error occurs in the Check Test Results step, which attempts to create a comment on the pull request once tests pass. This issue may be related to permission settings or token access limitations for the GitHub Script.
The Flutter Test workflow fails to post a comment on successful test completion due to a permissions issue with the GitHub Script action. Specifically, it throws the following error:
Error: Unhandled error: HttpError: Resource not accessible by integration
The error occurs in the
Check Test Results
step, which attempts to create a comment on the pull request once tests pass. This issue may be related to permission settings or token access limitations for the GitHub Script.Here is the relevant section of the workflow:
This error has also occurred in the following pull requests: #114 #120
Thank you!
The text was updated successfully, but these errors were encountered: