Skip to content

Feature/separate pim from role assignability #22

Feature/separate pim from role assignability

Feature/separate pim from role assignability #22

Workflow file for this run

name: Documentation
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: {}
jobs:
docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
config-file: .terraform-docs.yml
git-push: true