Update update_alt_store.yml

This commit is contained in:
nyne
2025-10-09 21:39:42 +08:00
committed by GitHub
parent 2d27f7d650
commit d10873a903

View File

@@ -31,7 +31,7 @@ jobs:
- name: Update AltStore source
id: update_source
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
run: |
python update_alt_store.py
git config --global user.name 'GitHub Action'