ecmwf-actions / reusable-workflows

A collection of reusable GitHub workflows for ECMWF repositories
Apache License 2.0
7 stars 0 forks source link

Pass secrets to build action #55

Closed figi44 closed 1 year ago

figi44 commented 1 year ago

Fixes passing secrets to build-package action. Token is injected when parsing inputs into JSON object. Build inputs are prepared in the build job instead, because it's not allowed to pass secrets between jobs.