Probes the github-token for write access to actions, checks, contents,
deployments, issues, packages, pages, pull-requests, security-events,
and statuses. Emits a visible warning if any write scopes are detected.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
gh release create creates the tag on the remote, so we need to fetch
it before we can reference it locally for the major version tag update.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add a workflow_dispatch workflow that bumps the version (patch/minor/major),
creates a GitHub release with auto-generated notes, and updates the major
version tag.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Merge GITHUB_TOKEN into the single env block to fix the 'env is already
defined' validation error in GitHub Actions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>