Skip to content

Make sure djangosaml2 works in csp-enabled applications too (fix #391) #210

Make sure djangosaml2 works in csp-enabled applications too (fix #391)

Make sure djangosaml2 works in csp-enabled applications too (fix #391) #210

Workflow file for this run

name: Release drafter
on:
push:
branches: [main, master, dev]
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
name: Update draft release
runs-on: ubuntu-latest
steps:
-
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}