From a26aafabefcedba00945c7f05e489edffcf4f907 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 20 Aug 2024 10:46:42 +0900 Subject: [PATCH] MANIFEST: updated GODOT engine to 4.3 stable - fix3 --- .github/workflows/cooker-selfhosted.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 341cf649..cdb242f8 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -46,6 +46,8 @@ jobs: with: app-id: ${{ vars.REKKU_APP_ID }} private-key: ${{ secrets.REKKU_PRIVATE_KEY }} + repositories: "RetroDECK,Cooker" + owner: "RetroDECK" - name: Clone RetroDECK repo uses: actions/checkout@v4