From 2f43a748d957efbb87a90479966932e9801f58a2 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti <97395760+athiruma@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:41:48 +0530 Subject: [PATCH] Add the secrets.ENV_VALUE (#829) --- .github/workflows/Build.yml | 2 +- .github/workflows/PR.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 40534326..9b770922 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -96,7 +96,7 @@ jobs: ROLE_NAME: ${{ secrets.ROLE_NAME }} REGION_NAME: ${{ secrets.TERRAFORM_REGION }} TAG_NAME: ${{ secrets.TAG_NAME }} - SUBNET_ID: ${{ SUBNET_ID }} + SUBNET_ID: ${{ secrets.SUBNET_ID }} run: | cd terraform/aws_instance # terrafrom apply diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 293d5de7..a1d83597 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -100,7 +100,7 @@ jobs: ROLE_NAME: ${{ secrets.ROLE_NAME }} REGION_NAME: ${{ secrets.TERRAFORM_REGION }} TAG_NAME: ${{ secrets.TAG_NAME }} - SUBNET_ID: ${{ SUBNET_ID }} + SUBNET_ID: ${{ secrets.SUBNET_ID }} run: | cd terraform/aws_instance # terrafrom apply