From 8c3277c6dc89b571a5184b9eb5f07f11233e6bbf Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:20:34 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml --- .github/workflows/push_to_new_AppStore.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index 887aa85..fdf218a 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -24,3 +24,13 @@ jobs: destination-repository-name: 'CasaOS-NewAppStore' user-email: q2676515970@163.com target-directory: './Apps' + - name: Pushes recommend json to another repository + uses: cpina/github-action-push-to-another-repository@main + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} + with: + source-directory: './recommend-list.json' + destination-github-username: 'IceWhaleTech' + destination-repository-name: 'CasaOS-NewAppStore' + user-email: q2676515970@163.com + target-directory: './recommend-list.json'