rferro/Repo Backup Action

GitHub Action to backup the entire repo to S3

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repositoryRepository name with owner. For example, actions/checkoutno${{ github.repository }}
tokenPersonal access token (PAT) used to fetch the repository.no${{ github.token }}
accessKeyIdYour AWS Access Keyyes
secretAccessKeyYour AWS Secret Access Keyyes
argsAdditional args to S3 copy commandno""
bucketThe name of the bucketyes
objectDirThe object directory templateno{owner}/{repo}/{date}
objectNameThe filename templateno{time}-{repo}-{ref}-{sha}
timeFormatThe github token secretnoT

no outputs