forked from lix-project/lix-installer
update: dogfood our action (#293)
This commit is contained in:
parent
9c8284cd06
commit
792639b6ad
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
|
@ -11,9 +11,8 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v16
|
||||
|
|
Loading…
Reference in a new issue