mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 13:56:44 +00:00
* streamline udfs * udfs * streamline models * streamline models * exploded key * create udfs edit * txn history * testnet sources * edits * utils * livequery for chainhead * CTE * secret name path * udfs * coalesce * chainhead table * tbl config * request syntax * core views * mint precise * request structure * Temp changes * new request structure * id * traces structure * traces history * partition key * confirm blocks * workflows * tests and observ * ephit --------- Co-authored-by: Ryan-Loofy <63126328+Ryan-Loofy@users.noreply.github.com>
27 lines
652 B
YAML
27 lines
652 B
YAML
name: docs_update
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
|
|
env:
|
|
USE_VARS: "${{ vars.USE_VARS }}"
|
|
DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"
|
|
DBT_VERSION: "${{ vars.DBT_VERSION }}"
|
|
ACCOUNT: "${{ vars.ACCOUNT }}"
|
|
ROLE: "${{ vars.ROLE }}"
|
|
USER: "${{ vars.USER }}"
|
|
PASSWORD: "${{ secrets.PASSWORD }}"
|
|
REGION: "${{ vars.REGION }}"
|
|
DATABASE: "${{ vars.DATABASE }}"
|
|
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
|
SCHEMA: "${{ vars.SCHEMA }}"
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
called_workflow_template:
|
|
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt_docs_updates.yml@main
|
|
secrets: inherit |