Skip to content

ci: daily-bump: add token to update-flake-lock #7

ci: daily-bump: add token to update-flake-lock

ci: daily-bump: add token to update-flake-lock #7

Workflow file for this run

name: Update Flakes
on:
workflow_dispatch:
schedule:
- cron: "0 17 * * *" # At 17:00 UTC / 2 Midnight JP Everyday
jobs:
update-flake-lock:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
token = ${{ secrets.GH_TOKEN }}
commit-msg: "chore: Update flake.lock" # The message provided with the commit

Check failure on line 20 in .github/workflows/daily-bump.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/daily-bump.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
automated
keep-up-to-date