ontologyportal / sigmakee

Sigma Knowledge Engineering Environment
GNU General Public License v3.0
102 stars 35 forks source link

Add Docker for CI and a workflow to build and publish #80

Closed kharus closed 1 year ago

kharus commented 1 year ago

Hi @apease , I read github docs and apparently secrets are not passed to workflow triggered by PR from forks. https://docs.github.com/en/actions/security-guides/encrypted-secrets

With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.