parent
e4174ac4eb
commit
f1a58aab94
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/cache.yaml
Normal file
14
.forgejo/workflows/cache.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
cache:
|
||||
runs-on: native
|
||||
steps:
|
||||
- name: Setup Attic cache
|
||||
uses: ryanccn/attic-action@v0
|
||||
with:
|
||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
- name: Build freyja configuration
|
||||
run: nix build .nixosConfigurations.freyja.config.system.build.toplevel
|
||||
Loading…
Add table
Add a link
Reference in a new issue