Skip to content

Prevent iOS asset checkout failure when token secret is unavailable - #5

Merged
JMillz269 merged 2 commits into
metalfrom
copilot/fix-github-actions-job-another-one
Sep 2, 2026
Merged

JMillz269 merged 2 commits into
metalfrom
copilot/fix-github-actions-job-another-one

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown

The iOS IPA workflow failed during private asset checkout because ASSET_REPO_TOKEN was unset, producing Input required and not supplied: token.

  • Workflow authentication
    • Preserve the configured asset repository token when available.
    • Fall back to the workflow-provided GitHub token when it is not.
token: ${{ secrets.ASSET_REPO_TOKEN || github.token }}

Co-authored-by: JMillz269 <24706996+JMillz269@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Prevent iOS asset checkout failure when token secret is unavailable Sep 2, 2026
Copilot AI requested a review from JMillz269 September 2, 2026 21:48
@JMillz269
JMillz269 marked this pull request as ready for review September 2, 2026 21:50
@JMillz269
JMillz269 merged commit 89658b3 into metal Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants