We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313a0d8 commit 8fb55ffCopy full SHA for 8fb55ff
.github/workflows/docker-image.yml
@@ -39,9 +39,9 @@ jobs:
39
# SSH username for the remote server.
40
user: github-admin
41
# SSH password to authenticate. (Use GitHub secrets!)
42
- pass: ${{ secrets.azure_pass }} # optional
+ pass: ${{ secrets.AZURE_PASS }} # optional
43
# The public host key of the remote server to prevent MITM attacks. (Use GitHub secrets!)
44
- known_hosts: ${{ secrets.pub_key }}
+ known_hosts: ${{ secrets.PUB_KEY }}
45
# Multiline block of commands to run before the SCP transfer.
46
first_ssh: echo "hello" # optional
47
0 commit comments