From cad47e7f9bae10722de75dd5ded2260afba70216 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Wed, 30 Oct 2024 22:56:56 +0530 Subject: [PATCH] flake: update action --- .forgejo/workflows/update-inputs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update-inputs.yml b/.forgejo/workflows/update-inputs.yml index 6a0bb42..932c825 100644 --- a/.forgejo/workflows/update-inputs.yml +++ b/.forgejo/workflows/update-inputs.yml @@ -12,7 +12,7 @@ jobs: image: ghcr.io/catthehacker/ubuntu:act-22.04 name: Update Inputs steps: - - uses: https://github.com/actions/checkout@v3 + - uses: https://github.com/actions/checkout@v4 with: token: ${{ github.token }} ref: ${{ github.head_ref }} @@ -22,7 +22,7 @@ jobs: github_access_token: ${{ github.token }} - name: Update inputs run: | - nix flake update + nix flake update --access-tokens "github.com=${{ secrets.GH_ACCESS_TOKEN }}" - name: Commit changes uses: https://github.com/EndBug/add-and-commit@v9 with: