You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Switch to Service Account authentication for Chrome Web Store
- Replace OAuth approach with Service Account authentication
- Use gcloud CLI for modern API access
- Higher probability of bypassing PKG_MUST_UPDATE_AS_CRX
- Update deployment notifications to reflect Service Account approach
BREAKING CHANGE: Chrome deployment now uses Service Account instead of OAuth
body: '❌ **Store Deployment Failed**\n\nPlease check the workflow logs for details.\n**Chrome Web Store**: Check ZIP file, API V2 credentials, and two-step process\n**Firefox Add-ons**: Check XPI package and API credentials\n\nRelease: ${{ github.event.release.tag_name }}\n\nTo rollback, run:\n```bash\n./scripts/rollback.sh latest chrome,firefox\n```'
318
+
body: '❌ **Store Deployment Failed**\n\nPlease check the workflow logs for details.\n**Chrome Web Store**: Check ZIP file, Service Account credentials, and API V2 setup\n**Firefox Add-ons**: Check XPI package and API credentials\n\nRelease: ${{ github.event.release.tag_name }}\n\nTo rollback, run:\n```bash\n./scripts/rollback.sh latest chrome,firefox\n```'
0 commit comments