Update g.yaml

This commit is contained in:
浪子 2024-12-27 16:01:39 +08:00
parent b22a5d556b
commit e3d34a71fd
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@ jobs:
- name: Checkout target repository
uses: actions/checkout@v3
with:
repository: jkjoy/photos # 替换为目标仓库的 owner/repo
repository: jkjoy/photos
path: /
token: ${{ secrets.GITHUB_TOKEN }} # 使用 GitHub Token 进行认证
token: ${{ secrets.TOKEN }}
# 步骤 6: 将生成的文件复制到目标仓库
- name: Copy generated files to target repository