compromise is the best
This commit is contained in:
parent
003c2b4e03
commit
aff2884362
2 changed files with 2 additions and 6 deletions
4
.github/workflows/terraform-apply.yml
vendored
4
.github/workflows/terraform-apply.yml
vendored
|
|
@ -16,9 +16,7 @@ jobs:
|
||||||
terraform:
|
terraform:
|
||||||
if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
|
if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
|
||||||
name: "Terraform Apply"
|
name: "Terraform Apply"
|
||||||
runs-on: mealcraft-runners
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:runner-22.04
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
|
||||||
4
.github/workflows/terraform-plan.yml
vendored
4
.github/workflows/terraform-plan.yml
vendored
|
|
@ -14,9 +14,7 @@ jobs:
|
||||||
terraform:
|
terraform:
|
||||||
if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
|
if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
|
||||||
name: "Terraform Plan"
|
name: "Terraform Plan"
|
||||||
runs-on: mealcraft-runners
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:runner-22.04
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue