File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 9090 default : ${{ inputs.ddev_project_name }}.${{ inputs.ddev_project_tld }}
9191 description : The URL to use for the GitHub environment.
9292
93- ssh_private_key :
94- type : string
95- description : |
96- A private key with access to your git repository or other servers.
97- This will be installed with the webfactory/ssh-agent so the key will only be available inside the job.
98-
9993env :
10094 # Tell ddev to not set /etc/hosts file.
10195 DDEV_NONINTERACTIVE : true
@@ -118,9 +112,9 @@ jobs:
118112
119113 # Enable SSH agent to allow preview sites to clone.
120114 -
uses :
webfactory/[email protected] 121- if : ${{ inputs .SSH_PRIVATE_KEY }}
115+ if : ${{ secrets .SSH_PRIVATE_KEY }}
122116 with :
123- ssh-private-key : ${{ inputs .SSH_PRIVATE_KEY }}
117+ ssh-private-key : ${{ secrets .SSH_PRIVATE_KEY }}
124118
125119 - name : Clone code
126120 env :
You can’t perform that action at this time.
0 commit comments