From ef149a16147cbf76364e0c504b80ccc9800bddee Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 13 Dec 2024 14:02:34 +0100 Subject: [PATCH] fix: Use modified update-flake-lock action It uses an updated create-pull-request action that works with Gitea/Forgejo --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b4796b9..0402115 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,10 +17,10 @@ jobs: with: fail-mode: true - name: Update flake.lock - uses: https://github.com/DeterminateSystems/update-flake-lock@main + uses: https://forgejo.stefka.eu/jiriks74/update-flake-lock@main with: # inputs: dzgui dzgui-testing # We'll see whether I want to limit the updates to dzgui - token: ${{ secrets.FORGEJO_TOKEN_FOR_UPDATES }} + # token: ${{ secrets.FORGEJO_TOKEN_FOR_UPDATES }} pr-title: "Update flake.lock" pr-assignees: jiriks74 pr-labels: |