Skip to content

Commit a70115c

Browse files
committed
👷 chore: update workflow to use shigure nyako
1 parent 7ffa31c commit a70115c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎.github/workflows/mirror.yml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
- name: Install uv
18-
uses: astral-sh/setup-uv@v5
18+
uses: astral-sh/setup-uv@v7
1919
- name: Install python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.13"
22+
python-version: "3.14"
2323
- name: Setup git
2424
run: |
25-
git config --global user.name 'Github Actions'
26-
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
25+
git config --global user.name 'Nyako Shigure'
26+
git config --global user.email 'nyako_shigure@outlook.com'
2727
- name: Run mirror
2828
run: |
2929
uv run --script mirror.py
@@ -32,4 +32,4 @@ jobs:
3232
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
3333
git push origin HEAD:refs/heads/main --tags
3434
env:
35-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GH_TOKEN: ${{ secrets.PRE_COMMIT_HOOK_AUTO_UPDATE_TOKEN }}

0 commit comments

Comments
 (0)