Skip to content

Commit

Permalink
Merge pull request #1201 from digma-ai/fix/ci
Browse files Browse the repository at this point in the history
Fix digma repo trigger event name
  • Loading branch information
kshmidt-digma authored Dec 12, 2024
2 parents d67e74a + 5e64722 commit d85127a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
DEPENDENCIES=$(cat dependencies.json | jq -c '.')
echo "DEPENDENCIES=$DEPENDENCIES" >> $GITHUB_ENV
- name: Create PR in digma-ui
- name: Update digma
run: |
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.RELEASE_PAT }}" \
https://api.github.com/repos/digma-ai/digma-ui/dispatches \
-d '{
"event_type": "update-ui-dependencies",
"event_type": "update-ui",
"client_payload": {
release: "'"${{ github.ref_name }}"'",
dependencies: '"${{ env.DEPENDENCIES }}"'
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/update-jaeger.yml

This file was deleted.

0 comments on commit d85127a

Please sign in to comment.