Skip to content

Commit

Permalink
Merge branch 'main' into rob/docs/update-all-READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjdominguez committed Sep 27, 2024
2 parents 704340f + 9152eb6 commit 40f5a47
Show file tree
Hide file tree
Showing 60 changed files with 1,368 additions and 667 deletions.
38 changes: 38 additions & 0 deletions registry-automation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Introduction

## Steps to runs

1. Consider the following `changed_files.json` file:
```json

{
"added_files": [
"registry/hasura/azure-cosmos/releases/v0.1.6/connector-packaging.json"
],
"modified_files": [
"registry/hasura/azure-cosmos/metadata.json"
],
"deleted_files": []
}
```

2. You will require the following environment variables:

1. GCP_BUCKET_NAME
2. CLOUDINARY_URL
3. GCP_SERVICE_ACCOUNT_KEY
4. CONNECTOR_REGISTRY_GQL_URL
5. CONNECTOR_PUBLICATION_KEY
6. GCP_SERVICE_ACCOUNT_DETAILS



```bash


2. Run the following command from the `registry-automation` directory:


```bash
go run main.go ci --changed-files-path changed_files.json
```
Loading

0 comments on commit 40f5a47

Please sign in to comment.