Skip to content

Conversation

@runningcode
Copy link
Contributor

Summary

  • Updated all Android workflows to use SENTRY_AUTH_TOKEN environment variable
  • Removed explicit authToken configuration from android/app/build.gradle.kts
  • The Sentry Gradle plugin automatically picks up SENTRY_AUTH_TOKEN from the environment

🤖 Generated with Claude Code

Update all Android workflows to use the standard SENTRY_AUTH_TOKEN
environment variable instead of SENTRY_SENTRY_AUTH_TOKEN. Remove the
explicit authToken configuration from build.gradle.kts as the Sentry
Gradle plugin automatically picks up SENTRY_AUTH_TOKEN from the
environment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@runningcode runningcode requested a review from chromy November 13, 2025 10:04
@emerge-tools
Copy link

emerge-tools bot commented Nov 13, 2025

🛰️ Build Distribution

Build available for installation

App Name App ID Platform Version Tag Install Page
Hacker News com.emergetools.hackernews android 1.0.3 release 🔗 Install Build

🛸 Powered by Emerge Tools

Copy link
Contributor

@chromy chromy left a comment

Choose a reason for hiding this comment

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

Lgtm

RELEASE_STORE_PASSWORD: ${{ secrets.ANDROID_RELEASE_STORE_PASSWORD }}
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_KEY }}
REAPER_API_KEY: ${{ secrets.REAPER_API_KEY }}
SENTRY_SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_SENTRY_AUTH_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

feel free to push back on this rename if it is confusing, the idea was to remove the manually set config in the build.gradle file

@runningcode runningcode merged commit 968f6e8 into main Nov 13, 2025
6 of 7 checks passed
@runningcode runningcode deleted the no/standardize-sentry-auth-token branch November 13, 2025 10:20
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.

3 participants