Skip to content

fix: update sync-projects workflow to use GPG signing and PR creation#65

Merged
kascit merged 1 commit into
mainfrom
fix-sync-projects-workflow
Jul 21, 2026
Merged

fix: update sync-projects workflow to use GPG signing and PR creation#65
kascit merged 1 commit into
mainfrom
fix-sync-projects-workflow

Conversation

@kascit

@kascit kascit commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Replaces the direct push to main in the sync-data workflow with a GPG-signed pull request to satisfy repository branch protection rules.

Copilot AI review requested due to automatic review settings July 21, 2026 17:06
@github-actions github-actions Bot added the ci label Jul 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the scheduled “Data Sync” GitHub Actions workflow to stop pushing directly to main and instead open a GPG-signed pull request, aligning automated updates with branch protection rules.

Changes:

  • Grant pull-requests: write permission so the workflow can open PRs.
  • Import a GPG key and enable commit signing for automated sync commits.
  • Replace direct git push with peter-evans/create-pull-request to open/update a PR with labels.

fi
# Note: Reused BUMP_PRIVATE_GPG key for signing data sync commits
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v7
@kascit
kascit merged commit ad0a4a0 into main Jul 21, 2026
16 checks passed
@kascit
kascit deleted the fix-sync-projects-workflow branch July 21, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants