Skip to content

Commit

Permalink
Remove dispatch event for releases.mondoo.com
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbalinov committed Feb 24, 2025
1 parent 497afaa commit 9558cf7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,6 @@ jobs:
cat $f
done
- name: Publish Release to releases.mondoo.com
if: ${{ ! steps.skip-publish.outputs.skip-publish }}
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.RELEASR_ACTION_TOKEN }}
repository: "mondoohq/releasr"
event-type: publish-release
client-payload: '{
"repository": "${{ github.event.repository.name }}",
"version": "${{ github.ref_name }}"
}'

# At this point we know the docker container is published.
# We can now trigger the cnquery bump in cnspec, which will also trigger the release of cnspec.
# The docker container is a pre-requisite for cnspec release.
Expand Down

0 comments on commit 9558cf7

Please sign in to comment.