stylix/.github/workflows/build.yml
Daniel Thwaites 80752af316
Add CI workflow 👷
2022-06-15 15:24:05 +01:00

17 lines
381 B
YAML

name: Build
on: push
jobs:
build:
name: Build
uses: nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@v11
# Secret key will not be available to forks
if: github.repository_owner == 'danth'
secrets:
nixbuild_ssh_key: ${{ secrets.NIXBUILD_SSH_KEY }}
with:
filter_builds: '.system == "x86_64-linux"'
label_builds: '"\(.attr)"'