05039f2bff
disable fork deployments and add an explicit `read` permission |
||
---|---|---|
.github | ||
config | ||
entitlements | ||
examples | ||
github.com/github-entitlements/org | ||
script | ||
vendor/cache | ||
.gitignore | ||
.ruby-version | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
README.md |
README.md
entitlements-config 📜
entitlements-config is an example of using entitlements-app to manage a set of configuration.
This repository is meant to be read-only for its various examples. You should clone this repo as your own to make any changes.
entitlements-app configuration 🗒️
Example entitlements-app configuration can be found in config/entitlements.yaml
entitlements files 📂
Example entitlements files can be found in entitlements/
GitHub Actions 🚀
An example of deployment and manager review GitHub Actions can be found in .github/workflows
This project uses the github/branch-deploy
Action to facilitate deployments. The branch-deploy
Action is used to "branch deploy" pull requests to a given environment (in this case production) so that changes can be previewed before merging.
Here is an example pull request showing how you can easily deploy changes by commenting .deploy
on a pull request.
Examples 📸
The scripts which the example Actions run can be found in examples/