GitHub
Integrating Hava with GitHub using Actions
Usage
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: teamhava/hava-sync-action@v1
with:
source_id: ${{ secrets.HAVA_SOURCE_ID }}
hava_token: ${{ secrets.HAVA_API_TOKEN }}
environment_id: ${{ secrets.HAVA_ENV_ID }}
view_type: "infrastructure"Getting Configuration Values
Hava API Token
Source ID
Using the API
Using the App UI

Environment ID

Last updated
Was this helpful?
