Skip to content

Commit

Permalink
Fix trigger enterprise workflow (#2221)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamir David <[email protected]>
  • Loading branch information
AvihuHenya and tamirdavid1 authored Jan 14, 2025
1 parent f760f9d commit 7ae400e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trigger-odigos-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- 'procdiscovery/**'
- 'opampserver/**'
- 'instrumentation/**'
- 'odiglet/**'

jobs:
trigger-odigos-enterprise:
runs-on: ubuntu-latest
Expand All @@ -20,4 +22,4 @@ jobs:
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.RELEASE_BOT_TOKEN }}" \
https://api.github.com/repos/odigos-io/odigos-enterprise/dispatches \
-d '{"event_type": "process_update_dependencies_pr", "client_payload": {"pr_creator": "${{ github.event.pull_request.user.login }}"}}'
-d '{"event_type": "process_update_dependencies_pr", "client_payload": {"pr_creator": "${{ github.event.pusher.name }}"}}'

0 comments on commit 7ae400e

Please sign in to comment.