Skip to content

add daily automatic upgrades. #16

add daily automatic upgrades.

add daily automatic upgrades. #16

Workflow file for this run

name: "build Nix packages"
on:
pull_request:
push:
schedule:
- cron: '53 20 * * *' # AEST 6:53 am
workflow_dispatch:
jobs:
nix:
strategy:
matrix:
pkg: [aslp, bap-aslp, basil, bap-uq-pac]
runs-on: ubuntu-latest
steps:
- uses: ./github/workflows/upgrade.yml
with:
pkg: ${{matrix.pkg}}
secrets: inherit

Check failure on line 18 in .github/workflows/nix.yml

View workflow run for this annotation

GitHub Actions / build Nix packages

Invalid workflow file

The workflow is not valid. .github/workflows/nix.yml (Line: 18, Col: 7): Unexpected value 'secrets'