mirror of
https://github.com/nix-community/disko.git
synced 2024-11-05 06:04:20 +03:00
don't use bot token for flake updates
This commit is contained in:
parent
3da5595a9c
commit
c681875a0c
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v16
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pr-body: |
|
||||
Automated changes by the update-flake-lock
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user