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
fix: fix ADK Web update workflow PR ownership and CLA issue
Update the "Release: Update ADK Web" workflow to use the `RELEASE_PAT`
secret instead of `GITHUB_TOKEN` so the PR is opened by the release bot.
Dynamically extract the bot's identity to configure the commit author
and committer, ensuring the commits pass the Google CLA check.
Co-authored-by: Yifan Wang <wanyif@google.com>
PiperOrigin-RevId: 933980559
This PR automatically updates the compiled adk web files in `src/google/adk/cli/browser/` using the assets from `${{ github.event.inputs.adk_web_repo }}@${{ github.event.inputs.adk_web_tag || 'latest' }}`.
0 commit comments