Skip to content

Commit c3a3032

Browse files
committed
Switch to using a secret for the hook url in the CI job
1 parent 63175ab commit c3a3032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latest-matrix-sdk-crypto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: failure()
8282
uses: fjogeleit/http-request-action@v1
8383
with:
84-
url: 'https://element.ems.host/hookshot/webhook/4bbf3b21-e94a-4a97-8a09-c0e03a6de173'
84+
url: ${{ secrets.CRYPTO_HOOK_URL }}
8585
method: 'POST'
8686
customHeaders: '{"Content-Type": "application/json"}'
8787
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

Comments
 (0)