Skip to content

Commit f596ad7

Browse files
author
MacdonaldRobinson
committed
updated workflows/main.yml
1 parent dd370c6 commit f596ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
uses: sebastianpopp/[email protected]
2525
with:
2626
# URL
27-
url: "***REMOVED***"
27+
url: "${{ secrets.SOMEE_FTP_URL }}"
2828

2929
# FTP login name:
30-
user: mac
30+
user: ${{ secrets.SOMEE_FTP_USER }}
3131

3232
# FTP password:
33-
password: ***REMOVED***
33+
password: ${{ secrets.SOMEE_FTP_PASSWORD }}
3434

3535
# Specifies a local directory to sync from as if it were the git project root path.
3636
syncroot: WebApplication/

0 commit comments

Comments
 (0)