On GitHub Actions, you can't access `secrets` context on the `strategy.matrix` block, but instead you can just define the variable there, and use `${{ secrets[matrix.foo] }}` inside your `job.steps`.
21 Apr 2025, 12:54:07
Instead of creating some programs to SCP to multiple hosts, we can actually use `pssh` (from `apt-get install pssh`) that's included on the official repository: https://manpages.ubuntu.com/manpages/plucky/en/man1/parallel-scp.1.html
9 Apr 2025, 14:53:52