feat: maybe move to full github actions jobs instead of tasks

This commit is contained in:
Kat Inskip 2024-07-13 14:02:45 -07:00
parent 9d219f6d63
commit 9fcd2510a0
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 93 additions and 241 deletions

View file

@ -3,6 +3,7 @@ env:
CI_ALLOW_ROOT: '1'
CI_CONFIG: ./ci/flake-cron.nix
CI_PLATFORM: gh-actions
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
jobs:
ci-check:
name: flake-update check
@ -45,6 +46,7 @@ jobs:
uses: arcnmx/ci/actions/nix/install@v0.7
- env:
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
NF_CONFIG_ROOT: ${{ github.workspace }}
NF_UPDATE_CACHIX_PUSH: '1'
NF_UPDATE_GIT_COMMIT: '1'