Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

🤖🆙❄️

🤖🆙❄️ #74

name: 🤖🆙❄️
on:
pull_request:
paths:
- '.github/workflows/update-flake-lock-and-ci.yml'
schedule:
# Every Monday 10:17 JST
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: '17 1 * * 1'
workflow_dispatch:
jobs:
update-nixpkgs:
uses: kachick/selfup/.github/workflows/[email protected]
with:
app_id: ${{ vars.APP_ID }}
dry-run: ${{ github.event_name == 'pull_request' }}
pr-title: 'Bump flake.lock and related dependencies'
secrets:
APP_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}