Skip to content

Github actions setup¤

Github actions contains variables which have opaque values to a user. The variables are documented here such that trestle can be setup on a fork for independent development. This is not required to open a pull request against the compliance-trestle project. Project maintainers, after an initial review, will allow github actions workflows to run.

Secrets¤

  • APP_ID and PRIVATE_KEY: GitHub App information with sufficient write access to merge content into develop and commit to gh-pages and main

  • SONAR_TOKEN: Token to sonarcloud with rights to the appropriate project.

Authorization with pypi¤

Pypi authorization must be setup following the procedure in the following documents