We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c338529 commit b749665Copy full SHA for b749665
.github/workflows/release-eql.yml
@@ -56,3 +56,12 @@ jobs:
56
release/cipherstash-encrypt-uninstall.sql
57
release/cipherstash-encrypt-supabase.sql
58
release/cipherstash-encrypt-uninstall-supabase.sql
59
+
60
+ - name: Notify Multitudes
61
+ run: |
62
+ curl --request POST \
63
+ --fail-with-body \
64
+ --url "https://api.developer.multitudes.co/deployments" \
65
+ --header "Content-Type: application/json" \
66
+ --header "Authorization: ${{ secrets.MULTITUDES_ACCESS_TOKEN }}" \
67
+ --data '{"commitSha": "${{ github.sha }}", "environmentName":"production"}'
0 commit comments