Commit 5300efc
authored
fix: make GPG signing optional in wiki-sync workflow (#110)
- 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.1 parent cf78d2c commit 5300efc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments