Skip to content

Added GitHub actions for Android#153

Merged
manton merged 2 commits into
mainfrom
feature/github-actions
Jul 6, 2026
Merged

Added GitHub actions for Android#153
manton merged 2 commits into
mainfrom
feature/github-actions

Conversation

@manton

@manton manton commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Uses new GitHub repo secrets for keys, etc.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 34a8061014

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +45 to +47
if [ -z "$GOOGLE_SERVICES_JSON_BASE64" ]; then
echo "GOOGLE_SERVICES_JSON_BASE64 secret is required to build Android."
exit 1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid failing forked PR debug builds

This workflow also runs on pull_request, but GitHub does not pass repository secrets other than GITHUB_TOKEN to forked PR or Dependabot runs, and unset secrets expand to empty strings. In those contexts this guard exits before assembleDebug, so external contributors and Dependabot can never get a green Android CI run; use a non-secret debug google-services.json fixture or avoid requiring this secret for untrusted PRs.

Useful? React with 👍 / 👎.

@manton

manton commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

@codex Please check.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. What shall we delve into next?

Reviewed commit: a70325dab5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@manton manton merged commit 0d586b3 into main Jul 6, 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.

1 participant