Skip to content

Commit 8fb55ff

Browse files
authored
Update docker-image.yml
1 parent 313a0d8 commit 8fb55ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
# SSH username for the remote server.
4040
user: github-admin
4141
# SSH password to authenticate. (Use GitHub secrets!)
42-
pass: ${{ secrets.azure_pass }} # optional
42+
pass: ${{ secrets.AZURE_PASS }} # optional
4343
# The public host key of the remote server to prevent MITM attacks. (Use GitHub secrets!)
44-
known_hosts: ${{ secrets.pub_key }}
44+
known_hosts: ${{ secrets.PUB_KEY }}
4545
# Multiline block of commands to run before the SCP transfer.
4646
first_ssh: echo "hello" # optional
4747

0 commit comments

Comments
 (0)