.github/workflows: remove update-flake-lock
token
was only needed for bors
This commit is contained in:
parent
b8b2cb537a
commit
7cbbd51745
2 changed files with 0 additions and 3 deletions
.github/workflows
|
@ -16,7 +16,6 @@ jobs:
|
|||
id: update
|
||||
uses: DeterminateSystems/update-flake-lock@v20
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
inputs: nixpkgs-update
|
||||
- name: Enable Automerge
|
||||
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
||||
|
|
2
.github/workflows/flake-updates.yml
vendored
2
.github/workflows/flake-updates.yml
vendored
|
@ -17,8 +17,6 @@ jobs:
|
|||
- name: Update flake.lock
|
||||
id: update
|
||||
uses: DeterminateSystems/update-flake-lock@v20
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
# disable temporarily, can be reenabled when hercules fork action is removed
|
||||
#- name: Enable Automerge
|
||||
# run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue