Skip to content

Commit

Permalink
chore: Update PostHog Cloud deployment action (#20222)
Browse files Browse the repository at this point in the history
* Update PostHog Cloud deployment action

* Update dispatch-action to use main branch
  • Loading branch information
danielxnj authored Feb 12, 2024
1 parent 0adc049 commit 81123e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/container-images-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ jobs:
"context": ${{ toJson(github) }}
}
- name: Trigger PostHog Cloud deployment from Charts
uses: mvasigh/dispatch-action@main
with:
token: ${{ steps.deployer.outputs.token }}
repo: charts
owner: PostHog
event_type: posthog_deploy
message: |
{
"image_tag": "${{ steps.build.outputs.digest }}"
}
- name: Check for changes in plugins directory
id: check_changes_plugins
run: |
Expand Down

0 comments on commit 81123e0

Please sign in to comment.