xfcc-parser 0.1.2

Envoy x-forwarded-client-cert (XFCC) header parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Pull request history

on:
  pull_request:

jobs:
  gh-ph:
    name: Add commit history to pull request description
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - uses: Frederick888/gh-ph@v1
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}