Merge branch 'main' of ssh://github.com/nyarly/update-flake-lock

This commit is contained in:
Judson Lester 2025-06-06 10:15:03 -07:00
commit 4097fe9f9e
No known key found for this signature in database
GPG key ID: 12E21E4B9A3F82AA

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.
@ -201,7 +203,6 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
commit-with-token: true
```
```