Create a GitHub App for the Update Flake Inputs action. This app will have the necessary permissions to create branches, commits, and pull requests for updating your Nix flake inputs.
The Update Flake Inputs GitHub Action needs a GitHub App token (instead of GITHUB_TOKEN) to trigger CI workflows on the created pull requests. This form helps you create that app with the correct permissions.
Fill out the form and click "đ Share Form" to get a URL you can share with others. The URL will contain all your form data so they can create their app with the same settings!
APP_ID
in your repository secretsAPP_PRIVATE_KEY
in your repository secretsactions/create-github-app-token@v1