Skip to content

πŸ€–πŸ†™β„οΈ #70

πŸ€–πŸ†™β„οΈ

πŸ€–πŸ†™β„οΈ #70

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/reusable-bump-flake-lock-and-selfup.yml@v1.1.6
with:
app_id: ${{ vars.DEPENDENCY_APP_ID }}
dry-run: ${{ github.event_name == 'pull_request' }}
pr-title: 'Bump flake.lock and related dependencies'
optional-run: |
nix run .#bump-nix-dependencies
secrets:
APP_PRIVATE_KEY: ${{ secrets.DEPENDENCY_APP_PRIVATE_KEY }}