getporter / porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
https://porter.sh
Apache License 2.0
1.23k stars 204 forks source link

Pass secrets to release workflow #3150

Closed kichristensen closed 4 months ago

kichristensen commented 4 months ago

What does this change

Secrets are not passed to reusable workflows by default, it has to be enabled. See https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-reusable-workflow for more information

What issue does it fix

Related to #3073

Notes for the reviewer

Checklist