Skip to content

Update Servers flake.lock #6

Update Servers flake.lock

Update Servers flake.lock #6

Workflow file for this run

name: Update Servers flake.lock
on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
jobs:
update-flake-lock:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v20
- run: nix flake update
working-directory: ./nixos/server
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Bump flake.lock
branch: master
commit_options: '--no-verify --signoff'
file_pattern: flake.lock
commit_user_name: Flake Bot
commit_author: Flake Bot <[email protected]>
skip_dirty_check: false
skip_fetch: true
deploy-server:
needs: update-flake-lock
uses: ./.github/workflows/deploy-server.yml

Check failure on line 35 in .github/workflows/update-flake.yml

View workflow run for this annotation

GitHub Actions / Update Servers flake.lock

Invalid workflow file

The workflow is not valid. .github/workflows/update-flake.yml (Line: 35, Col: 11): Secret SSH_PRIVATE_KEY is required, but not provided while calling. .github/workflows/update-flake.yml (Line: 35, Col: 11): Secret SSH_CONFIG is required, but not provided while calling.