Skip to content

feat: nix - enable pipe-operators experimental feature #121

feat: nix - enable pipe-operators experimental feature

feat: nix - enable pipe-operators experimental feature #121

Workflow file for this run

name: update-flake-lock

Check failure on line 1 in .github/workflows/update-flake.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-flake.yml

Invalid workflow file

invalid `cron` attribute "0 0 * * 1, 4"
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 1, 4' # Run twice a week
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-assignees: Lehmanator
pr-reviewers: Lehmanator
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
#sign-commits: true
#gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
#gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }} # specify subkey fingerprint (optional)
#gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}