chore: set CODEOWNERS to @makeitworkcloud/admins #41
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: | |
| # Native tfroot-runner scale set in kustomize-cluster/workloads/arc. | |
| # The runner pod IS the tfroot-runner image — no nested container. | |
| runs-on: arc-tf | |
| 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 }} |