From b3c09b56157000b285048446474544ff39c870f3 Mon Sep 17 00:00:00 2001 From: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com> Date: Sat, 21 Dec 2024 05:11:23 +0800 Subject: [PATCH] Update docs.yml (#3044) --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f9ffc5e8..0cc7c068 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -59,6 +59,7 @@ jobs: with: private-key: ${{ secrets.DNET_BOT_PEM }} app-id: ${{ secrets.DNET_BOT_ID }} + owner: ${{ github.repository_owner }} - name: Push to the Docs Repo uses: cpina/github-action-push-to-another-repository@main