From b2c3c4b7cbfe494168ed4469101d8680ebdb3970 Mon Sep 17 00:00:00 2001 From: sureshhewa Date: Mon, 5 Aug 2024 10:08:52 +0100 Subject: [PATCH] V2 dev pipeline --- .github/workflows/github-dev.yml | 2 +- .github/workflows/github.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-dev.yml b/.github/workflows/github-dev.yml index e537823..5d08adc 100644 --- a/.github/workflows/github-dev.yml +++ b/.github/workflows/github-dev.yml @@ -59,7 +59,7 @@ jobs: DB_PASSWORD : ${{ secrets.DB_PASSWORD }} DB_PORT : ${{ vars.DB_PORT }} API_KEY : ${{ secrets.API_KEY }} - API_VERSION : ${{ vars.API_KEY }} + API_VERSION : ${{ vars.API_VERSION }} PORT: ${{ vars.PORT }} node_port: ${{ vars.NODE_PORT }} app_name: ${{ vars.APP_NAME }} diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index ec54506..e8da761 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -58,7 +58,7 @@ jobs: DB_PASSWORD : ${{ secrets.DB_PASSWORD }} DB_PORT : ${{ vars.DB_PORT }} API_KEY : ${{ secrets.API_KEY }} - API_VERSION : ${{ vars.API_KEY }} + API_VERSION : ${{ vars.API_VERSION }} PORT: ${{ vars.PORT }} node_port: ${{ vars.NODE_PORT }} app_name: ${{ vars.APP_NAME }}