We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found the workflow triggered forked pull request can not write status checks if the pull request and workflow meets all these conditions:
checks:write
pull_request_target
Send write tokens to workflows from pull requests
If the workflow meets all of the above conditions, it will fail with the following message:
Run kishikawakatsumi/xcresulttool@v1 Error: Resource not accessible by integration
It would be nice if this action could disable the writing of Status Checks in the inputs.
k;
kq
q
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found the workflow triggered forked pull request can not write status checks if the pull request and workflow meets all these conditions:
checks:write
to permissions if the event ispull_request_target
, but it checkouts HEAD revision, not merged revision.Send write tokens to workflows from pull requests
: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-forks-of-private-repositoriesIf the workflow meets all of the above conditions, it will fail with the following message:
It would be nice if this action could disable the writing of Status Checks in the inputs.
Reference
k;
やkq
のようなセミコロン/q
を含むルールを許可 mtgto/macSKK#120 (comment)The text was updated successfully, but these errors were encountered: