We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da157b commit b0f3193Copy full SHA for b0f3193
.github/workflows/update-python-docs.yaml
@@ -38,11 +38,10 @@ jobs:
38
with:
39
credentials_json: '${{ secrets.ADK_GCP_SA_KEY }}'
40
41
- - name: Configure Git Credentials
42
- env:
43
- PAT: ${{ secrets.ADK_BOT_GITHUB_TOKEN }}
44
- run: |
45
- git config --global url."https://oauth2:${PAT}@github.com/".insteadOf "https://github.com/"
+ - name: Load adk-bot SSH Private Key
+ uses: webfactory/ssh-agent@v0.9.0
+ with:
+ ssh-private-key: ${{ secrets.ADK_BOT_SSH_PRIVATE_KEY }}
46
47
- name: Install dependencies
48
run: |
0 commit comments