Skip to content

Commit

Permalink
Update github actions in update-flake-lock workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianfral committed Apr 3, 2024
1 parent c09ee67 commit dc41814
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
# At 18:00 on day-of-month 1
- cron: '0 18 1 * *'

jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dc41814

Please sign in to comment.