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
Since it's not possible to upload artifacts to comments as attachments via API (#154), I was looking for alternative ideas to reduce the size of the repository, but still use report with images.
It would be great to support storing the artifacts in a separate repository. Since authentication can't handled via the auto-generated GITHUB_TOKEN in this case, the user would need to create a fine-grained token for the target repository and add it to the source repository as Actions Secret Variable.
The URL to the "storage" repository could be added as input variable to the action.
The text was updated successfully, but these errors were encountered:
Since it's not possible to upload artifacts to comments as attachments via API (#154), I was looking for alternative ideas to reduce the size of the repository, but still use report with images.
It would be great to support storing the artifacts in a separate repository. Since authentication can't handled via the auto-generated GITHUB_TOKEN in this case, the user would need to create a fine-grained token for the target repository and add it to the source repository as Actions Secret Variable.
The URL to the "storage" repository could be added as input variable to the action.
The text was updated successfully, but these errors were encountered: