From 5bbdadce12657ddcc1d301a7d04cf5f359faf528 Mon Sep 17 00:00:00 2001 From: kundan59 Date: Thu, 7 Sep 2023 14:55:08 +0530 Subject: [PATCH] update workflow 7 --- .github/workflows/common-service-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-service-pipeline.yml b/.github/workflows/common-service-pipeline.yml index 64f2c5b7..f98779ac 100644 --- a/.github/workflows/common-service-pipeline.yml +++ b/.github/workflows/common-service-pipeline.yml @@ -18,6 +18,6 @@ jobs: - name: Build and Publish Maven env: - GITHUB_TOKEN: ${{secrets.RWP_TOKEN}} + GITHUB_TOKEN: ${{ secrets.RWP_TOKEN }} run: | . servicedeploy.sh \ No newline at end of file