Skip to content

Commit

Permalink
Add flake update action
Browse files Browse the repository at this point in the history
  • Loading branch information
storvik authored Jan 6, 2024
1 parent 8567ef6 commit a3a8626
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Update flake lockfile"
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '30 5 * * 5'
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
token: ${{ secrets.GH_TOKEN_FOR_FLAKE_UPDATE }}
pr-title: "Update flake.lock"
pr-labels: |
nix
automated

0 comments on commit a3a8626

Please sign in to comment.