For Common GitHub files across my repositories.
This repository contains common configuration files/GitHub Action workflows I use across my repositories.
Using the action-github-file-sync Action the files/workflows are automatically kept in sync. It runs on every push and creates a PR in my other repositories if a file was changed.
Below are the permissions needed for the BetaHuhn/repo-file-sync-action
:
Permission | Reason |
---|---|
repo |
Required to create/modify PRs (see BetaHuhn/repo-file-sync-action#31 for details). |
workflow |
Required to create or update workflow files. |