Skip to content

Commit

Permalink
doc: add links to atlas-action and atlas-sync-action
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored Sep 22, 2023
1 parent 6f531e4 commit 4f7e591
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- uses: ariga/atlas-sync-action@v0
with:
dir: 'migrations'
name: 'app'
dev-url: 'mysql://root:pass@mysql:3306/dev'
cloud-token: ${{ secrets.ATLAS_CLOUD_TOKEN }}
```
Expand All @@ -69,4 +70,9 @@ The URL of the dev database to connect to. Atlas will use this database to check

#### `cloud-token`

The Atlas Cloud token to use for authentication. Must be passed as a secret.
The Atlas Cloud token to use for authentication. Must be passed as a secret.

## Next steps

1. [`ariga/atlas-action`](https://github.com/ariga/atlas-action) - A GitHub Action to set up CI for database schema changes.
2. [`ariga/atlas-deploy-action`](https://github.com/ariga/atlas-deploy-action) - A GitHub Action to deploy schema migrations.

0 comments on commit 4f7e591

Please sign in to comment.