Skip to content

Make k3s token as non-sensitive value #68

Make k3s token as non-sensitive value

Make k3s token as non-sensitive value #68

Workflow file for this run

name: Terraform HCL validation (PRs only)
on:
pull_request:
paths: ["**.tf"]
permissions:
pull-requests: write
jobs:
terraform-module-k3s:
name: Terraform module
uses: ./.github/workflows/templates/terraform.pull_requests.lint.yaml

Check failure on line 13 in .github/workflows/terraform.lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/terraform.lint.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
examples_hcloud-k3s:
name: Hetzner Cloud
needs: [terraform-module-k3s]
uses: ./.github/workflows/templates/terraform.pull_requests.lint.yaml
with:
terraform_workdir: examples/hcloud-k3s
examples_civo-k3s:
name: CIVO
needs: [terraform-module-k3s]
uses: ./.github/workflows/templates/terraform.pull_requests.lint.yaml
with:
terraform_workdir: examples/civo-k3s