Skip to content

Commit

Permalink
upstream merge template repository (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: SuperSandro2000 <[email protected]>
Co-authored-by: SuperSandro2000 <[email protected]>
  • Loading branch information
SuperSandro2000 and SuperSandro2000 authored Jun 28, 2024
1 parent dcabe76 commit 72e3136
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-flakes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Update flakes"
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
Expand All @@ -10,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: DeterminateSystems/update-flake-lock@v22
- uses: DeterminateSystems/update-flake-lock@v23
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
token: ${{ github.token }}

0 comments on commit 72e3136

Please sign in to comment.