Skip to content

Commit aa7726d

Browse files
authored
Merge pull request #2 from nkdAgility/fix/password
Update secret tag
2 parents 7cb9855 + f45ebd8 commit aa7726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
server: nakedalmweb.sftp.wpengine.com
8080
username: nakedalmweb-learn
81-
password: ${{ secrets.SFTP_PASSWORD }}
81+
password: ${{ secrets.LEARN_PASSWORD }}
8282
port: 2222
8383
# If true, outputs the results of the upload, without actually uploading.
8484
dry-run: false

0 commit comments

Comments
 (0)