diff --git a/.github/workflows/build-private-images-ghcr.yml b/.github/workflows/build-private-images-ghcr.yml index 66fdb7ec3b6c..c3058ff18376 100644 --- a/.github/workflows/build-private-images-ghcr.yml +++ b/.github/workflows/build-private-images-ghcr.yml @@ -77,4 +77,12 @@ jobs: method: 'POST' customHeaders: '{"Content-Type": "application/json"}' escapeData: 'true' - data: '{"content": "

🚀 New changes are about to be deployed to production!


👷 Author: ${{ github.actor }}


📝 Commit message: ${{ github.event.head_commit.message }}


"}' \ No newline at end of file + data: '{"content": "

🚀 New changes are about to be deployed to production!


👷 Author: ${{ github.actor }}


📝 Commit message: ${{ github.event.head_commit.message }}


"}' + + - name: Set Honeycomb marker on success + if: ${{ success() && github.ref == 'refs/heads/master' }} + uses: cnkk/honeymarker-action@1bd92aec746e38efe43a0faee94ced1ebb930712 + with: + apikey: ${{ secrets.HONEYCOMB_MARKER_APIKEY }} + dataset: 'plausible-prod' + message: "${{ github.sha }}"