Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Action to publish to Chrome Webstore using OIDC #99

Open
imjasonh opened this issue Nov 16, 2021 · 0 comments
Open

GitHub Action to publish to Chrome Webstore using OIDC #99

imjasonh opened this issue Nov 16, 2021 · 0 comments

Comments

@imjasonh
Copy link
Owner

https://github.com/Klemensas/chrome-extension-upload-action seems to work, but requires passing in a long-lived refresh token and(/or?) client secret. Instead, we could try to use Workload Identity support in https://github.com/google-github-actions/auth to get a configured SA's short-lived access token, then use that to publish using the Publish API: https://developer.chrome.com/docs/webstore/using_webstore_api/

The result would be a bit more upfront setup, but shorter-lived tokens and nothing stored in GitHub secrets.

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

No branches or pull requests

1 participant