TILs
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
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