Skip to content

test

test #137

name: Repository Dispatch
on: [repository_dispatch]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
jobs:
plan:
runs-on: ubuntu-24.04
name: Create terraform plan
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: terraform plan
uses: ./terraform-plan
with:
label: repository_dispatch
path: tests/workflows/repository_dispatch