action #158236
Updated by okurz 9 months ago
## Observation
https://github.com/openSUSE/backlogger/actions/runs/8468254805/job/23200822772
The workflow is creating a preview of the HTML page in the origin gh-pages branch.
For that, it needs the right permissions. A PR with a branch from origin works, but it fails for forks.
Maybe there are other options to make it work.
## Suggestions
* Research how previews could be done
* Give permissions to upstream to forks
* Store the preview elsewhere
* Lookup other ways to do this in the preview action, or other actions doing this
Back