.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
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@v20
|
uses: DeterminateSystems/update-flake-lock@v20
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
|
||||||
inputs: nixpkgs-update
|
inputs: nixpkgs-update
|
||||||
- name: Enable Automerge
|
- name: Enable Automerge
|
||||||
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
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
|
- name: Update flake.lock
|
||||||
id: update
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@v20
|
uses: DeterminateSystems/update-flake-lock@v20
|
||||||
with:
|
|
||||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
|
||||||
# disable temporarily, can be reenabled when hercules fork action is removed
|
# disable temporarily, can be reenabled when hercules fork action is removed
|
||||||
#- name: Enable Automerge
|
#- name: Enable Automerge
|
||||||
# run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
# run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue