mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 01:27:02 +05:30
feat(ci): add GHA workflow for updating flake.lock every weekend
This commit is contained in:
parent
8afba1a3ac
commit
af3054d481
1 changed files with 14 additions and 0 deletions
14
.github/workflows/flake-lock-maintenance.yml
vendored
Normal file
14
.github/workflows/flake-lock-maintenance.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Update flake.lock
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 6 * * 0'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
update-flake-lock:
|
||||
uses: msfjarvis/shared-workflows/.github/workflows/update-flake-lock.yml@main
|
||||
secrets:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue