Skip to content

Commit fdee320

Browse files
committed
secrets->inputs
1 parent 3de2ec6 commit fdee320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/deploy-quarto-static-site/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
with:
8989
host: ${{ inputs.vps-ip }}
9090
username: ${{ inputs.ssh-user }}
91-
key: ${{ secrets.ssh-private-key }}
91+
key: ${{ inputs.ssh-private-key }}
9292
port: 22
9393
source: ./_site/ # This is the default build directory for Quarto
9494
target: sites/${{ inputs.site-name }}/static/
@@ -100,7 +100,7 @@ runs:
100100
with:
101101
host: ${{ inputs.vps-ip }}
102102
username: ${{ inputs.ssh-user }}
103-
key: ${{ secrets.ssh-private-key }}
103+
key: ${{ inputs.ssh-private-key }}
104104
# Note: This script is present on the server from the webserver setup
105105
script: |
106106
./scripts/webserver-update-static-files.sh

0 commit comments

Comments
 (0)