Skip to content

security: rotate AWX password, write tfplan to /tmp #8

security: rotate AWX password, write tfplan to /tmp

security: rotate AWX password, write tfplan to /tmp #8

Workflow file for this run

name: OpenTofu
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
opentofu:
uses: makeitworkcloud/shared-workflows/.github/workflows/opentofu.yml@main
with:
runs-on: arc-dind
container: image-registry.openshift-image-registry.svc:5000/public-registry/runner:latest
setup-ssh: true
secrets:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}