Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 7, 2023
1 parent a58375e commit d94ffc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-service-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: Build and Publish Maven
env:
GITHUB_TOKEN: ${{ secrets.RWP_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
. servicedeploy.sh
4 changes: 2 additions & 2 deletions Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/kundan59/car-demo</url>
<url>https://maven.pkg.github.com/NashTech-Labs/car-demo</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -30,7 +30,7 @@
<repository>
<id>github</id>
<name>NashTech-Labs</name>
<url>https://maven.pkg.github.com/kundan59/car-demo</url>
<url>https://maven.pkg.github.com/NashTech-Labs/car-demo</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down

0 comments on commit d94ffc0

Please sign in to comment.