ci: fix update job definition

This commit is contained in:
2023-02-23 11:03:50 +11:00
parent 2efddce7c5
commit d0e26ddb24

View File

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