diff --git a/.github/workflows/update_alt_store.yml b/.github/workflows/update_alt_store.yml index fff7390..c42a5cf 100644 --- a/.github/workflows/update_alt_store.yml +++ b/.github/workflows/update_alt_store.yml @@ -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'