Skip to content

S2S VPN for IPSec

S2S VPN for IPSec #50

Workflow file for this run

name: Generate terraform docs
permissions:
contents: write
actions: 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 }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v1.1.0
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"
recursive: true
recursive-path: .