plan work?
This commit is contained in:
parent
d6b56e8086
commit
6bfe24d054
2 changed files with 2 additions and 2 deletions
2
.github/workflows/terraform-apply.yml
vendored
2
.github/workflows/terraform-apply.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
terraform:
|
||||
if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
|
||||
name: "Terraform Apply"
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: mealcraft-runners
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/terraform-plan.yml
vendored
2
.github/workflows/terraform-plan.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
terraform:
|
||||
if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
|
||||
name: "Terraform Plan"
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: mealcraft-runners
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue