CI/CD error

Error: Input required and not supplied: token

A GitHub Action in your workflow expects an input (often a token) that wasn't passed, usually a missing `with:` value or an unset secret.

Why this happens

How to fix it

  1. Check the action's docs for its required inputs and confirm your `with:` block supplies all of them
  2. For fork-triggered workflows, remember secrets aren't passed through by default. Use `pull_request_target` deliberately (and carefully) or restructure the workflow so untrusted code doesn't need the secret