Skip to content

Bump golang.org/x/crypto from 0.26.0 to 0.27.0 #291

Bump golang.org/x/crypto from 0.26.0 to 0.27.0

Bump golang.org/x/crypto from 0.26.0 to 0.27.0 #291

Workflow file for this run

name: Auto-Doc
on:
pull_request:
branches:
- develop/v2
- develop/v3
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Process markdown files
run: |
find . -name '*.md' | xargs perl tools/autodoc.pl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}