org-roam
notes sync service and new workflows
This commit is contained in:
parent
021ee17f1b
commit
ff6d91c282
9 changed files with 52 additions and 24 deletions
8
.github/workflows/update.yaml
vendored
8
.github/workflows/update.yaml
vendored
|
@ -11,18 +11,18 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: cachix/install-nix-action@v17
|
||||
- uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
extra_nix_config: |
|
||||
max-jobs = 10
|
||||
accept-flake-config = true
|
||||
|
||||
- uses: cachix/cachix-action@v10
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: aciceri-fleet
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v14
|
||||
uses: DeterminateSystems/update-flake-lock@v15
|
||||
with:
|
||||
pr-title: "Automatic `flake.lock` update"
|
||||
pr-labels: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue