[postgis-devel] GH Actions

Yuri Astrakhan yuriastrakhan at gmail.com
Thu Feb 18 00:50:28 PST 2021


We have just set up a GHA for MapLibre (FOSS mapbox fork) at
https://github.com/maplibre/maplibre-gl-js/tree/main/.github/workflows

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20210218/544e5e8d/attachment.html>


More information about the postgis-devel mailing list