Skip to content

Allow to create named HTTP Security policies referenced in the application.properties path matching rules as CDI beans #697

Allow to create named HTTP Security policies referenced in the application.properties path matching rules as CDI beans

Allow to create named HTTP Security policies referenced in the application.properties path matching rules as CDI beans #697

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: actions-cool/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
🙈 The PR is closed and the preview is expired.
<!-- Sticky Pull Request Comment -->
body-include: '<!-- Sticky Pull Request Comment -->'
number: ${{ github.event.number }}