.github/workflows: remove update-flake-lock token

was only needed for bors
This commit is contained in:
zowoq 2023-10-28 20:46:33 +10:00
parent b8b2cb537a
commit 7cbbd51745
2 changed files with 0 additions and 3 deletions

View file

@ -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 }}"

View file

@ -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 }}"