We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5af287 commit 124ae77Copy full SHA for 124ae77
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
run: cd docs && poetry run sphinx-build -b html . _build
109
110
- name: Setup SSH key
111
- uses: webfactory/ssh-agent@v0.8.0
+ uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
112
with:
113
ssh-private-key: ${{ secrets.DOCS_DEPLOY_SSH_KEY }}
114
0 commit comments