CI | Update flake.lock #84
This file contains 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
# SPDX-FileCopyrightText: 2022-2023 Eduardo Robles <[email protected]> | |
# SPDX-FileCopyrightText: 2022 Félix Robles <[email protected]> | |
# | |
# SPDX-License-Identifier: AGPL-3.0-only | |
name: 'CI | Update flake.lock' | |
on: | |
workflow_dispatch: # allows manual triggering | |
schedule: | |
# minute, hour, day of month, month, day of week | |
- cron: '0 0 * * 1' # runs weekly on Monday at 00:00 | |
jobs: | |
update-flake: | |
name: 'Update flake.lock' | |
uses: sequentech/meta/.github/workflows/update-flake.yml@main | |
with: | |
cachix-auth-identity: '${{ vars.CACHIX_AUTH_IDENTITY }}' | |
secrets: | |
cachix-auth-token: '${{ secrets.CACHIX_AUTH_TOKEN }}' | |
gh-token-for-updates: '${{ secrets.GH_TOKEN_FOR_UPDATES }}' |