Skip to content

daily-update

daily-update #951

Workflow file for this run

# Runs the generate script on a daily basis to look for new tooling updates.
name: "daily-update"
# The importer is run every day at 07:00 UTC and can also be run manually from
# the 'Actions' tab.
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * *"
jobs:
build:
runs-on: ubuntu-latest
env:
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
steps:
- uses: actions/checkout@v6
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v21
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v13
with:
use-flakehub: false
- name: Run the generate script
run: |
cd generate
npm ci
nix develop --command spago run -p bin -- --verbose update ../manifests --commit