Skip to content

Commit

Permalink
github token
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 7, 2023
1 parent 6ea7138 commit 164dac3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/common-service-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ jobs:


- name: Build and Publish Maven
uses: s4u/[email protected]
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

0 comments on commit 164dac3

Please sign in to comment.