Skip to content

lint against rsa.GenerateKey (#47775) #7563

lint against rsa.GenerateKey (#47775)

lint against rsa.GenerateKey (#47775) #7563

name: Update docs webhook
on:
push:
branches:
- master
- branch/v*
workflow_dispatch:
jobs:
update-webhook:
name: Update docs webhook
runs-on: ubuntu-latest
environment: update-docs
steps:
- name: Call deployment webhook
env:
WEBHOOK_URL: ${{ secrets.DOCS_DEPLOY_HOOK }}
run: |
if curl --silent --fail --show-error "$WEBHOOK_URL" > /dev/null; then
echo "Triggered successfully"
fi