From 3716419055f11a80c3bab92de343075c15f84be1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 2 Jul 2023 12:28:11 -0400 Subject: !hercules-ci -> garnix --- .github/workflows/update-nixpkgs.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to '.github/workflows/update-nixpkgs.yaml') diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index 81fbe9e..8b0ac1b 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -1,25 +1,21 @@ name: update nixpkgs inputs on: - # schedule: - # # run daily at 0:00 utc - # - cron: "0 0 * * *" + schedule: + # run daily at 0:00 utc + - cron: "0 0 * * *" workflow_dispatch: -permissions: read-all - jobs: update-nixpkgs: runs-on: ubuntu-latest steps: - - name: checkout repo - uses: actions/checkout@v3 + - uses: actions/checkout@v3 - - name: update nixpkgs inputs - uses: ./.github/actions/flake-update + - uses: ./.github/actions/flake-update with: - inputs: nixpkgs nixpkgs-stable commit-msg: "flake: update nixpkgs inputs" github-token: ${{ secrets.GITHUB_TOKEN }} + inputs: nixpkgs nixpkgs-stable update-token: ${{ secrets.FLAKE_UPDATE }} -- cgit v1.2.3