fix: add missing GITHUB_TOKEN to Renovate workflow #16

Merged
privilegedescalation-engineer[bot] merged 1 commits from gandalf/fix-renovate-token into main 2026-05-20 03:03:47 +00:00
privilegedescalation-engineer[bot] commented 2026-05-11 23:06:51 +00:00 (Migrated from github.com)

Problem

The Renovate workflow was failing at the renovatebot/github-action@v40.3.0 step.

Root Cause

The token: ${{ secrets.GITHUB_TOKEN }} parameter was accidentally removed in commit 0955832. This prevented Renovate from authenticating and creating PRs for dependency updates.

Fix

Restored the missing token parameter to the workflow configuration.

Impact

  • Renovate will now be able to authenticate and create PRs for dependency updates
  • Dependency updates will resume automation for the plugin template
  • Template will stay current with security patches and dependency updates

Testing

The workflow now includes all required parameters:

  • token (required for authentication)
  • configurationFile (specifies renovate.json)
  • renovate-json5 (enables JSON5 support)

This is a Pipeline B change (infrastructure only - no UI impact), so it targets main directly for QA review.

cc @cpfarhood

## Problem The Renovate workflow was failing at the renovatebot/github-action@v40.3.0 step. ## Root Cause The `token: ${{ secrets.GITHUB_TOKEN }}` parameter was accidentally removed in commit 0955832. This prevented Renovate from authenticating and creating PRs for dependency updates. ## Fix Restored the missing `token` parameter to the workflow configuration. ## Impact - Renovate will now be able to authenticate and create PRs for dependency updates - Dependency updates will resume automation for the plugin template - Template will stay current with security patches and dependency updates ## Testing The workflow now includes all required parameters: - token (required for authentication) - configurationFile (specifies renovate.json) - renovate-json5 (enables JSON5 support) This is a Pipeline B change (infrastructure only - no UI impact), so it targets main directly for QA review. cc @cpfarhood
Countess von Containerheim merged commit e66ea0dcd2 into main 2026-05-20 03:03:47 +00:00
Countess von Containerheim deleted branch gandalf/fix-renovate-token 2026-05-20 03:03:48 +00:00
Sign in to join this conversation.