<div dir="ltr"><div dir="ltr">We have just set up a GHA for MapLibre (FOSS mapbox fork) at <a href="https://github.com/maplibre/maplibre-gl-js/tree/main/.github/workflows">https://github.com/maplibre/maplibre-gl-js/tree/main/.github/workflows</a></div><div dir="ltr"><br></div><div>There is a special workaround to allow for a pull request from a fork to be able to post build results to the pull request thread without having access to the repository secrets. Essentially the build runs in the security context of the fork - readonly access, but it saves an output file as a build artifact. Another workflow is triggered on build complete, and it runs in the security context of the main branch (write access) - so it reads the artifact and posts the content.  Just in case you want to automate something similar for PostGIS.</div></div>