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 63175ab commit c3a3032Copy full SHA for c3a3032
.github/workflows/latest-matrix-sdk-crypto.yml
@@ -81,7 +81,7 @@ jobs:
81
if: failure()
82
uses: fjogeleit/http-request-action@v1
83
with:
84
- url: 'https://element.ems.host/hookshot/webhook/4bbf3b21-e94a-4a97-8a09-c0e03a6de173'
+ url: ${{ secrets.CRYPTO_HOOK_URL }}
85
method: 'POST'
86
customHeaders: '{"Content-Type": "application/json"}'
87
data: '{"text": "matrix-rust-sdk-crypto-wasm is failing to build against the latest matrix-sdk Rust code. See ${{ steps.create-issue.outputs.url }}"}'
0 commit comments