Refactor sync workflow to use Github App - #115
Open
pdabelf5 wants to merge 2 commits into
Open
Conversation
pdabelf5
force-pushed
the
chore/github-app-for-sync
branch
from
September 4, 2026 16:39
4d58cd9 to
eaf6e34
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
This pull request updates the GitHub Actions workflows to improve security and modernize authentication for repository automation. The main changes involve removing the legacy Dependabot auto-merge workflow and refactoring the
sync.ymlworkflow to use GitHub App tokens fetched from a vault, instead of personal access tokens.Workflow deprecation:
.github/workflows/dependabot-auto-merge.ymlworkflow, discontinuing automatic merging of Dependabot PRs.Authentication and security improvements:
sync.ymlworkflow to fetch GitHub App credentials from a vault using theget-from-vaultaction, and mint short-lived GitHub App tokens for each organization and repository, replacing the use of static personal access tokens.id-token: writeandcontents: readpermissions for jobs, following GitHub Actions security best practices.Repository sync and label management updates:
nginxinctonginxwhere appropriate.Checklist
Before creating a PR, run through this checklist and mark each as complete:
README.mdand/orCHANGELOG.md).