Skip to content

Bump cryptography from 42.0.5 to 42.0.7 #72

Bump cryptography from 42.0.5 to 42.0.7

Bump cryptography from 42.0.5 to 42.0.7 #72

Workflow file for this run

name: Generate terraform docs
permissions:
contents: write
pull-requests: write
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside the REFERENCE.md and push changes back to PR branch
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: docs/reference.md
output-method: inject
git-push: "true"