We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d67b8 commit ad84ed5Copy full SHA for ad84ed5
.github/workflows/ci.yml
@@ -12,5 +12,8 @@ on:
12
13
jobs:
14
ci:
15
- uses: metacraft-labs/nixos-modules/.github/workflows/ci.yml@main
16
- secrets: inherit
+ uses: metacraft-labs/nixos-modules/.github/workflows/reusable-flake-checks-ci-matrix.yml@main
+ secrets:
17
+ CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
18
+ with:
19
+ runner: '["self-hosted", "nixos", "x86-64-v2"]'
0 commit comments