Backup
Source: workflows/universal-selfhosted-backup.yml
Runner: Self-hosted
Usage
jobs:
backup:
uses: futuredapp/.github/.github/workflows/universal-selfhosted-backup.yml@2.2.0
with:
remote: '...'
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
host |
string |
No | github.com |
Host name. |
remote |
string |
Yes | — | Remote SSH repository address. |
use_git_lfs |
boolean |
No | — | Whether to download Git-LFS files. |
push_tags |
boolean |
No | False |
Whether to also push tags to backup origin. |
Secrets
| Name | Required | Description |
|---|---|---|
SSH_PRIVATE_KEY |
Yes | Key for accessing repo with Apple certificates and provisioning profiles and repo with imported Fastlane lanes. |