fix: add missing GITHUB_TOKEN to Renovate workflow #16
Reference in New Issue
Block a user
Delete Branch "gandalf/fix-renovate-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 commit0955832. This prevented Renovate from authenticating and creating PRs for dependency updates.Fix
Restored the missing
tokenparameter to the workflow configuration.Impact
Testing
The workflow now includes all required parameters:
This is a Pipeline B change (infrastructure only - no UI impact), so it targets main directly for QA review.
cc @cpfarhood