mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-05 09:12:22 +08:00
Update process-apps.yml
This commit is contained in:
parent
97987d47b9
commit
42509ae22f
4
.github/workflows/process-apps.yml
vendored
4
.github/workflows/process-apps.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
- name: Commit and push to DPanel repository
|
||||
working-directory: target-repo
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
|
||||
run: |
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
@ -77,4 +77,4 @@ jobs:
|
||||
git add .
|
||||
git diff --cached --quiet || git commit -m "Synced apps from source repository via GitHub Actions"
|
||||
|
||||
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/QYG2297248353/appstore-dpanle.git master
|
||||
git push https://x-access-token:${{ secrets.GITHUBTOKEN }}@github.com/QYG2297248353/appstore-dpanle.git master
|
||||
|
Loading…
Reference in New Issue
Block a user