Skip to content

Fix weekly dependency maintenance workflow CLI flag #106

Description

@kulesh

Problem

The weekly dependency maintenance workflow (added in #94) fails every run with error: unknown option '--yes'. The Claude Code CLI doesn't have a --yes flag.

Additionally, ANTHROPIC_API_KEY is empty — the repository secret hasn't been configured yet.

Fix

Replace --yes with --dangerously-skip-permissions, which is the correct flag for non-interactive CI environments.

Note: ANTHROPIC_API_KEY must be added as a repository secret (Settings → Secrets and variables → Actions) for the workflow to function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    github_actionsPull requests that update GitHub Actions code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions