From 164dac38c03a3ab52ceb5c3ba35685666d74bfde Mon Sep 17 00:00:00 2001 From: kundan59 Date: Thu, 7 Sep 2023 14:10:33 +0530 Subject: [PATCH] github token --- .github/workflows/common-service-pipeline.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/common-service-pipeline.yml b/.github/workflows/common-service-pipeline.yml index fce5dfaf..6f4df836 100644 --- a/.github/workflows/common-service-pipeline.yml +++ b/.github/workflows/common-service-pipeline.yml @@ -18,15 +18,7 @@ jobs: - name: Build and Publish Maven - uses: s4u/maven-settings-action@v2.3.0 - with: - servers: | - [{ - "id": "github-library-project-b", - "username": "${{ secrets.USER_PACKAGE_READ }}", - "password": "${{ secrets.TOKEN_PACKAGE_READ }}" - }] env: - GITHUB_TOKEN: ${{ secrets.RWP_TOKEN }} + GITHUB_TOKEN: ${{ github.RWP_TOKEN }} run: | . servicedeploy.sh \ No newline at end of file