Update documentation to use FTP_SERVER instead of FTP_HOST

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-05 08:17:23 +00:00
parent 055ca493e2
commit 41f6affebb
4 changed files with 20 additions and 20 deletions

View File

@@ -193,7 +193,7 @@ on:
required: true
type: string
secrets:
FTP_HOST:
FTP_SERVER:
required: true
FTP_USER:
required: true
@@ -246,7 +246,7 @@ jobs:
### Secrets to Configure
**In .github-private repository:**
- Deployment credentials (FTP_HOST, FTP_USER, FTP_KEY, etc.)
- Deployment credentials (FTP_SERVER, FTP_USER, FTP_KEY, etc.)
- API tokens for external services
- Signing keys
@@ -481,7 +481,7 @@ If issues arise during migration:
```
Organization Level (Settings > Secrets and Variables)
├── Secrets
│ ├── FTP_HOST (inherited by all repos)
│ ├── FTP_SERVER (inherited by all repos)
│ ├── FTP_USER (inherited by all repos)
│ ├── FTP_KEY (inherited by all repos)
│ ├── FTP_PASSWORD (inherited by all repos)