diff --git a/.github/workflows/release-eql.yml b/.github/workflows/release-eql.yml index b707b4d..7e74d25 100644 --- a/.github/workflows/release-eql.yml +++ b/.github/workflows/release-eql.yml @@ -56,3 +56,13 @@ jobs: release/cipherstash-encrypt-uninstall.sql release/cipherstash-encrypt-supabase.sql release/cipherstash-encrypt-uninstall-supabase.sql + + - name: Notify Multitudes + if: github.event_name == 'release' + run: | + curl --request POST \ + --fail-with-body \ + --url "https://api.developer.multitudes.co/deployments" \ + --header "Content-Type: application/json" \ + --header "Authorization: ${{ secrets.MULTITUDES_ACCESS_TOKEN }}" \ + --data '{"commitSha": "${{ github.sha }}", "environmentName":"production"}'