Flake Lock Update #149
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Flake Lock Update | |
| on: | |
| # Enable option to manually run the action: | |
| workflow_dispatch: | |
| # Run every Sunday at 00:00: | |
| schedule: | |
| - cron: 0 0 * * 0 | |
| jobs: | |
| update-flake-lock: | |
| uses: metacraft-labs/nixos-modules/.github/workflows/reusable-update-flake-lock.yml@main | |
| secrets: | |
| CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }} | |
| CREATE_PR_APP_ID: ${{ secrets.NIX_FLAKE_UPDATE_PR_BOT_APP_ID }} | |
| CREATE_PR_APP_PRIVATE_KEY: ${{ secrets.NIX_FLAKE_UPDATE_PR_BOT_APP_PRIVATE_KEY }} | |
| with: | |
| runner: '["self-hosted", "Linux", "x86-64-v2"]' |