From 51dfcf0df98bfcaca38f8acd9f03002d4724b6e4 Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:37:58 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml --- .github/workflows/push_to_new_AppStore.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index ba676ca..ae40c1c 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: remove all file except icon.png run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete - name: Pushes to another repository @@ -24,11 +24,10 @@ jobs: destination-repository-name: 'CasaOS-NewAppStore' user-email: q2676515970@163.com target-directory: './Apps' - - name: Copycat uses: andstor/copycat-action@v3 with: - personal_token: ${{ secrets.GITHUB_TOKEN }} + personal_token: ${{ secrets.API_TOKEN_GITHUB2 }} src_path: ./recommend-list.json dst_owner: IceWhaleTech dst_repo_name: CasaOS-NewAppStore