Skip to content

Commit bd21847

Browse files
xuanyang15copybara-github
authored andcommitted
chore: add a step to load adk-bot SSH Private Key for the release analysis workflow
PiperOrigin-RevId: 807479079
1 parent 1ae0b82 commit bd21847

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/analyze-releases-for-adk-docs-updates.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: '3.11'
2525

26+
- name: Load adk-bot SSH Private Key
27+
uses: webfactory/ssh-agent@v0.9.0
28+
with:
29+
ssh-private-key: ${{ secrets.ADK_BOT_SSH_PRIVATE_KEY }}
30+
2631
- name: Install dependencies
2732
run: |
2833
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)