We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcf9fd commit 41e9c3dCopy full SHA for 41e9c3d
1 file changed
.github/actions/doc-publish/action.yaml
@@ -31,9 +31,9 @@ runs:
31
using: "composite"
32
steps:
33
- name: Setup SSH
34
- - uses: webfactory/ssh-agent@v0.10.0
+ uses: webfactory/ssh-agent@v0.10.0
35
with:
36
- ssh-private-key: ${{ secrets.publish-key }}
+ ssh-private-key: ${{ inputs.publish-key }}
37
- name: Commit files
38
working-directory: ${{ inputs.docs }}
39
shell: bash
0 commit comments