This repository is designed to work as the gatekeeper for approved actions into your organization.
- A Personal Access Token for an account that has access to administrate all Organizations within the Enterprise, as well as the Enterprise itself. The following scopes should be selected on the PAT:
- admin:org (top level)
- admin:enterprise (top level)
- A Repository Secret named
ORG_TOKEN
with the Personal Access Token (PAT) defined in the previous step.
Request:
- User create a new branch
- User add new line with proposed action in actions-list.txt
- User commit and submit a PR with the proposing change
Approval:
- Owner to review/Approve/Reject the opened PRs.
- If PR approved, then the Workflow will trigger and apply the new changes based on the actions-list.txt in the same organization where the repository is hosted, this can be modified in the workflow file.