Skip to content

Commit

Permalink
feat(69): Trying to trigger publish action workflow in another reposi…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
SGhotra1 committed Mar 5, 2025
1 parent d4fc6a5 commit 3d57d40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,12 @@ jobs:
tags: |
ghcr.io/maibornwolff/license-policy-check:latest
ghcr.io/maibornwolff/license-policy-check:${{ needs.semantic-release.outputs.RELEASE_VERSION }}
- name: Publish new Action
run: |
curl \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/maibornwolff/compliance-pipelines-analyze-sboms/dispatches \
-d '{"event_type":"webhook","client_payload":{"message":"testmessage"}'

0 comments on commit 3d57d40

Please sign in to comment.