Skip to content

add missing use_x_frame_options to http (#3202) #1722

add missing use_x_frame_options to http (#3202)

add missing use_x_frame_options to http (#3202) #1722

name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- dev
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}