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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v17
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v16
|
uses: DeterminateSystems/update-flake-lock@v16
|
||||||
|
|
Loading…
Reference in a new issue