Skip to content

Commit

Permalink
ci(gh-actions): Update to the new reusable action
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov authored and MartinNikov committed Dec 8, 2024
1 parent 825033c commit 2f1aab0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ on:

jobs:
ci:
uses: metacraft-labs/nixos-modules/.github/workflows/ci.yml@main
secrets: inherit
uses: metacraft-labs/nixos-modules/.github/workflows/reusable-flake-checks-ci-matrix.yml@main
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
with:
runner: '["self-hosted", "nixos", "x86-64-v2"]'

0 comments on commit 2f1aab0

Please sign in to comment.