Skip to content

[jwt] Add cookie handling for jwt.ParseRequest() #241

[jwt] Add cookie handling for jwt.ParseRequest()

[jwt] Add cookie handling for jwt.ParseRequest() #241

Workflow file for this run

name: Auto-Doc
on:
pull_request:
branches:
- develop/v2
types:
- closed
jobs:
autodoc:
runs-on: ubuntu-latest
name: "Run commands to generate documentation"
if: github.event.pull_request.merged == true
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Process markdown files
run: |
find . -name '*.md' | xargs perl tools/autodoc.pl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}