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"