ci: fix update job definition

This commit is contained in:
xeals 2023-02-23 11:03:50 +11:00
parent 2efddce7c5
commit d0e26ddb24
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -17,11 +17,11 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19 - uses: cachix/install-nix-action@v19
- name: Update ${{ matrix.input }}
uses: DeterminateSystems/updateflake-lock@v16
with: with:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: "Update input ${{ matrix.input }}"
uses: DeterminateSystems/update-flake-lock@v16
with: with:
inputs: ${{ matrix.input }} inputs: ${{ matrix.input }}
pr-labels: dependencies pr-labels: dependencies