forked from geosolutions-it/geonode-mapstore-client
-
Notifications
You must be signed in to change notification settings - Fork 109
GitHub Actions CI notes
Giovanni Allegri edited this page Jul 13, 2021
·
3 revisions
The build workflow runs on "push" events targeting the master branch. It does a checkout, builds the client bundle, prepares the PR and creates the PR.
PRs can be created from forks thanks to the github-app-token
action. This action uses "GeoSolutions PR Generator" a specifically crafted GitHub App by GeoSolutions organization. The app id (TOKEN_APP_ID
) and private key (TOKEN_PRIVATE_KEY
) have been set as secrets on the geonode-mapstore-client repo. They are used by github-app-token
to generate e temporary token for the subsequent PR.
Runs for new PRs. It executes eslinting and tests.