Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

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

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

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

name: Update flake.lock and CI dependencies
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@action-v1
if: (github.event.sender.login == 'kachick') || (github.event_name != 'pull_request')
with:
dry-run: ${{ github.event_name == 'pull_request' }}
secrets:
APP_ID: ${{ secrets.DEPENDENCY_APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.DEPENDENCY_APP_PRIVATE_KEY }}