diff --git a/.github/workflows/flake-updates.yml b/.github/workflows/flake-updates.yml index 3355c07b..ccc5b3cc 100644 --- a/.github/workflows/flake-updates.yml +++ b/.github/workflows/flake-updates.yml @@ -17,3 +17,11 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v16 + with: + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} + pr-body: | + Automated changes by the update-flake-lock + ``` + {{ env.GIT_COMMIT_MESSAGE }} + ``` + bors merge