kishikawakatsumi / xcresulttool

A GitHub Action that generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource not accessible by integration

JohanAlbrectsen opened this issue · comments

I get the following error:

Run kishikawakatsumi/xcresulttool@v1
[2](step:7:2)
  with:
[3](step:7:3)
    path: TestResults.xcresult
[4](step:7:4)
    token: ***
[5](step:7:5)
    title: Xcode test results
[6](step:7:6)
    show-passed-tests: true
[7](step:7:7)
    show-code-coverage: true
[8](step:7:8)
    upload-bundles: always
[9](step:7:10)
Error: Resource not accessible by integration

It works perfectly, it generates the results page beautifully, but it throws this error. Is there a way I can avoid this error with some flags?

@JohanAlbrectsen

Does this answer solve the problem?
#630 (comment)

me too.

I checked the discussions #630 (comment), but only pull request still error, the following issue.

@kishikawakatsumi let me know any check points.

@kishikawakatsumi Our problem has been fixed.

@JohanAlbrectsen Please check the permissions. We need pull_request_target if the repository is forked.