chore: add a step to load adk-bot SSH Private Key for the release analysis workflow

PiperOrigin-RevId: 807479079
This commit is contained in:
Xuan Yang
2025-09-15 19:19:49 -07:00
committed by Copybara-Service
parent 1ae0b82f56
commit bd21847295
@@ -23,6 +23,11 @@ jobs:
with:
python-version: '3.11'
- name: Load adk-bot SSH Private Key
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.ADK_BOT_SSH_PRIVATE_KEY }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip