Skip to content

Conversation

@NormB
Copy link
Owner

@NormB NormB commented Dec 30, 2025

Summary

Fixes the failing Wiki Sync workflow by making GPG signing optional.

Problem

The Wiki Sync workflow was failing with:

##[error]Input required and not supplied: gpg_private_key

The GPG_PRIVATE_KEY secret is not configured in the repository, causing the GPG import step to fail.

Solution

  1. Added continue-on-error: true to the GPG import step so the workflow continues even if GPG signing fails
  2. Removed reference to deleted docs/MIGRATION_GUIDE.md from the sync map

Test plan

  • Workflow should pass without GPG_PRIVATE_KEY configured
  • Wiki sync PR creation should still work (unsigned commits)

- Add continue-on-error: true to GPG import step
- Remove reference to deleted MIGRATION_GUIDE.md from sync map

The GPG_PRIVATE_KEY secret is not configured, causing the workflow
to fail. This change allows the workflow to continue without GPG
signing while still creating the PR for wiki updates.
@NormB NormB merged commit 5300efc into main Dec 30, 2025
31 checks passed
@NormB NormB deleted the fix/wiki-sync-gpg-optional branch December 30, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants