Skip to content

Commit

Permalink
fix update flake lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Apr 9, 2024
1 parent d284e8f commit d3c816d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
# `bors merge` will automerge if tests succeed
# Requires this github to be installed: https://app.bors.tech/
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v21
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-body: |
Automated changes by the update-flake-lock
```
{{ env.GIT_COMMIT_MESSAGE }}
```
bors merge
pr-labels: dependencies

0 comments on commit d3c816d

Please sign in to comment.