We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbade9 commit 3cadc65Copy full SHA for 3cadc65
.github/workflows/main.yml
@@ -18,8 +18,8 @@ jobs:
18
with:
19
security: strict
20
protocol: ftps
21
- server: ${{ secrets.ftp_server }}
22
- port: ${{ secrets.ftp_port }}
23
- username: ${{ secrets.ftp_username }}
24
- password: ${{ secrets.ftp_password }}
25
- server-dir: pocketbase-cookie-auth-demo/
+ server-dir: ${{ vars.FTP_SERVER_DIR }}
+ server: ${{ vars.FTP_SERVER }}
+ port: ${{ vars.FTP_PORT }}
+ username: ${{ secrets.FTP_USERNAME }}
+ password: ${{ secrets.FTP_PASSWORD }}
0 commit comments