Revert "don't use bot token for flake updates"

This reverts commit c681875a0c.

That did not quite work, but now we have our own bot for disko.
This commit is contained in:
Jörg Thalheim 2023-01-23 09:29:14 +01:00
parent c681875a0c
commit 5e1969f952

View File

@ -18,7 +18,7 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v16
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-body: |
Automated changes by the update-flake-lock
```