Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burkaygur authored Jan 26, 2022
1 parent e39ffb9 commit b83d54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This action lets you trigger a job run on [dbt Cloud](https://cloud.getdbt.com),
- `dbt_cloud_token` - dbt Cloud [api token](https://docs.getdbt.com/docs/dbt-cloud/dbt-cloud-api/user-tokens)
- `dbt_cloud_account_id` - dbt Cloud account id
- `dbt_cloud_job_id` - dbt Cloud job id
- `profiles` - contents of a [profiles.yml](https://docs.getdbt.com/reference/profiles.yml/) as a string. (Please inline the keyfile [as seen in the example](https://docs.getdbt.com/reference/warehouse-profiles/bigquery-profile#service-account-json).)
- `dbt_profiles` - contents of a [profiles.yml](https://docs.getdbt.com/reference/profiles.yml/) as a string. (Please inline the keyfile [as seen in the example](https://docs.getdbt.com/reference/warehouse-profiles/bigquery-profile#service-account-json).)

We recommend passing sensitive variables as Github secrets. Example [here](https://github.com/fal-ai/fal_bike_example/blob/main/.github/workflows/fal_dbt.yml).

Expand All @@ -17,7 +17,7 @@ We recommend passing sensitive variables as Github secrets. Example [here](https

### Example usage
```yaml
- uses: fal-ai/dbt-cloud-action@v0.1
- uses: fal-ai/dbt-cloud-action@main
id: dbt_cloud_run
with:
dbt_cloud_token: ${{ secrets.DBT_CLOUD_API_TOKEN }}
Expand Down

0 comments on commit b83d54c

Please sign in to comment.