Skip to content

Add support for the TLS registry to OIDC and OIDC client extensions #1407

Add support for the TLS registry to OIDC and OIDC client extensions

Add support for the TLS registry to OIDC and OIDC client extensions #1407

name: Surge.sh Preview Teardown
on:
pull_request_target:
types: [closed]
paths:
- 'docs/src/main/asciidoc/**'
- '.github/workflows/doc-build.yml'
jobs:
preview-teardown:
runs-on: ubuntu-latest
steps:
- name: Teardown surge preview
id: deploy
run: npx surge teardown https://quarkus-pr-main-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} || true
- name: Update PR status comment
uses: quarkusio/action-helpers@main
with:
action: maintain-one-comment
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-number: ${{ github.event.number }}
body: |
🙈 The PR is closed and the preview is expired.
body-marker: <!-- Preview status comment marker -->