lncm/docker-bitcoind

Figure out a way to set global/job-wide env vars

Closed this issue · 1 comments

Currently the options are (they all suck):

  1. Inject variables to workflow files in a script run before each commit
  2. Use jobs.<job>.env
  3. Use step output
  4. Repeat a lot
  5. Use secrets 😅
    • no examples…
    • cons: all occurrences hidden…; nobody knows what's actually happening; doesn't work on forked repos(discussion)