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.
2 parents c338529 + c19b32e commit 77b8935Copy full SHA for 77b8935
.github/workflows/release-eql.yml
@@ -56,3 +56,13 @@ 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
+ if: github.event_name == 'release'
62
+ run: |
63
+ curl --request POST \
64
+ --fail-with-body \
65
+ --url "https://api.developer.multitudes.co/deployments" \
66
+ --header "Content-Type: application/json" \
67
+ --header "Authorization: ${{ secrets.MULTITUDES_ACCESS_TOKEN }}" \
68
+ --data '{"commitSha": "${{ github.sha }}", "environmentName":"production"}'
0 commit comments