Merge pull request #123 from nix-community/doc

Revert "don't use bot token for flake updates"
This commit is contained in:
Jörg Thalheim 2023-01-23 08:29:44 +00:00 committed by GitHub
commit 825be2b627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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