Skip to content

Commit

Permalink
ci: update flake packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Oct 30, 2024
1 parent 0475362 commit 565597e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/update-flake-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Update flake packages ❄️"
on:
workflow_dispatch:
schedule:
- cron: "0 10 * * *"
jobs:
update-flake-packages:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v30
- name: Update flake packages
uses: selfuryon/[email protected]
with:
blacklist: "polkadot,subkey,zombienet"
pr-title: "bot: update packages"

0 comments on commit 565597e

Please sign in to comment.