Skip to content

Commit

Permalink
chore: Add configuration for Git Mirroring job type and related services
Browse files Browse the repository at this point in the history
  • Loading branch information
romitkarmakar committed Aug 9, 2024
1 parent be1118b commit b9af5e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ CONFIG_JSON=''
secret_key: "<s3_secret_key>"
```

## Configuration for Git Mirroring
```yaml
- job_type: "git-mirror"
input:
repo_url: "<repo_url>"
git_username: "<git_username>"
git_password: "<git_password / personal_access_token>"
output:
repo_url: "<repo_url>"
git_username: "<git_username>"
git_password: "<git_password / personal_access_token>"
```

## AWS Setup

Minimal AWS Policy for the IAM User
Expand Down

0 comments on commit b9af5e4

Please sign in to comment.