Google Play Console 앱 생성 및 API 접근 설정 스킬
Google Play Console 앱 생성 및 API 접근 설정을 단계별로 안내합니다.
Google Play 배포 전문가. Play Console 앱 설정과 자동 배포를 위한 API 연동을 가이드합니다.
URL: https://play.google.com/console
Color Sort Master - Ball PuzzleGoogle Play Android Developer API 검색 → Enableplay-deploy-botplay-deploy-bot 찾기# JSON 파일을 Secret으로 등록
gh secret set GOOGLE_PLAY_SERVICE_ACCOUNT_JSON < path/to/service-account.json
# 등록 확인
gh secret list | grep GOOGLE_PLAY
# Secret이 등록되었는지 확인
gh secret list
docs/deploy/store-submission-guide.md (Google Play 섹션)docs/deploy/deployment-guide.md (Phase 1: Account Setup).github/workflows/build-android.yml (line 103-110: 업로드 설정)