Skip to content

Commit

Permalink
Merge pull request #4023 from ministryofjustice/debug-apply
Browse files Browse the repository at this point in the history
Debug terraform apply github repos
  • Loading branch information
levgorbunov1 authored Jan 16, 2024
2 parents ddde8f8 + 16397ed commit 1b38333
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd-terraform-github-repos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "♻️ Terraform Plan Github Repos"
name: "♻️ Terraform Github Repos"

on:
workflow_dispatch:
Expand All @@ -14,11 +14,11 @@ on:

env:
TERRAFORM_VERSION: "1.6.6"
TF_VAR_github_token: ${{ secrets.GITHUB_TOKEN }}
TF_VAR_github_token: ${{ secrets.TERRAFORM_ADMIN_DEV_LEVG }}

jobs:
terraform:
name: "Terraform Plan Github Repos"
name: "Terraform Github Repos"
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Terraform Plan
id: plan
run: terraform plan -input=false -no-color
continue-on-error: true
continue-on-error: false

- name: Post Plan to GitHub PR
uses: mshick/add-pr-comment@v1
Expand Down

0 comments on commit 1b38333

Please sign in to comment.