This commit is contained in:
Andrea Ciceri 2022-09-30 19:22:47 +02:00
parent 96d55a3648
commit 506ad29fe3
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 20 additions and 55 deletions

View file

@ -5,7 +5,7 @@ on:
- cron: '0 2 * * *' # running daily at 02:00 AM
jobs:
lockfile:
update-lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -13,7 +13,7 @@ jobs:
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@vXX
- uses: cachix/cachix-action@v10
with:
name: aciceri-fleet
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'