Closed
Description
Unfortunately github actions CI will only work on forks if there are no custom secrets.
So the npm package and docker image release process will have to be ran manually instead of via CI. Those are also in a separate workflow and github actions still won't run the workflow that does not depend on any secrets.
It's a worthy tradeoff to make it easier for contributors to get feedback on their changes.