Fix AltStore source push rejected by branch protection

The update_altstore job pushed with the default GITHUB_TOKEN, which
cannot bypass the changes-through-PR ruleset on main. Check out with
REPO_TOKEN like the release and appcast jobs, and forward secrets to
the reusable workflow with secrets: inherit.
This commit is contained in:
Arkadiusz Fal
2026-07-18 18:40:09 +02:00
parent 447f593950
commit 02707ddd6a
2 changed files with 4 additions and 0 deletions

View File

@@ -349,5 +349,6 @@ jobs:
if: ${{ inputs.build_ios && success() }}
needs: [release]
uses: ./.github/workflows/update-altstore.yml
secrets: inherit
with:
tag: ${{ needs.release.outputs.tag }}