The problem is that these test-report actions cannot do anything useful unless they have configuration on the upstream repository due to security reasons, so I can't check them without having access to the upstream repository. I don't need access to write/push to master, but only to be able to write/push a branch to the upstream repository (and not just my fork).
@maiflai I want to introduce test reports into the build github action. There are a few candidates that I want to check:
The problem is that these test-report actions cannot do anything useful unless they have configuration on the upstream repository due to security reasons, so I can't check them without having access to the upstream repository. I don't need access to write/push to
master
, but only to be able to write/push a branch to the upstream repository (and not just my fork).