rferro/Repo Backup Action
GitHub Action to backup the entire repo to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, actions/checkout | no | ${{ github.repository }} |
| token | Personal access token (PAT) used to fetch the repository. | no | ${{ github.token }} |
| accessKeyId | Your AWS Access Key | yes | — |
| secretAccessKey | Your AWS Secret Access Key | yes | — |
| args | Additional args to S3 copy command | no | "" |
| bucket | The name of the bucket | yes | — |
| objectDir | The object directory template | no | {owner}/{repo}/{date} |
| objectName | The filename template | no | {time}-{repo}-{ref}-{sha} |
| timeFormat | The github token secret | no | T |
Outputs
no outputs