From fbb080607253711f2add3b859de92a3c5bb712b0 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 6 Jul 2025 21:39:26 +0200 Subject: [PATCH] in `update` workflow use PR action actually meant for gitea (#438) see #65 Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/438 Reviewed-by: Valentin Gagarin Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- .forgejo/workflows/update.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index a1c4bc4b..f823f0a6 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -15,8 +15,9 @@ jobs: - name: Update pins run: nix-shell --run "npins update" - name: Create PR - uses: peter-evans/create-pull-request@v7 + uses: github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 with: + remote-instance-api-version: v1 token: "${{ secrets.DEPLOY_KEY }}" branch: npins-update commit-message: "npins: update sources"