Update push_to_new_AppStore.yml

This commit is contained in:
raller1028 2023-03-27 14:37:58 +08:00 committed by GitHub
parent bd63509ed7
commit 51dfcf0df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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