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