Update README.md

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Judson Lester 2023-06-06 14:52:45 -07:00 committed by GitHub
parent caae4dc74a
commit 10aa0b3a9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,9 @@ jobs:
### Authenticating via a Github App
A Github App can both produce verified commits _and_ create pull requests that will trigger further Github Actions.
A GitHub App can both produce verified commits _and_ create pull requests that will trigger further GitHub Actions.
> **NOTE**: This will produce commits without a Nix-generated summary; i.e. the commit message will not tell you which inputs were updated from which old version to which new version.
Create a stub Github App in your organization. Disable webhooks, add Content write and Pull Request write permissions, and make it available only within your organization. Install the App in the Organization (possibly restricting only to relevant repos). Copy the App secret into an Actions secret, along with the App ID.