Skip to content

Commit

Permalink
ops: refactor selfcare-github repo name with selfcare-onboarding (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Jun 6, 2024
1 parent cd19186 commit ca18e51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call_code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: s4u/maven-settings-action@60912582505985be4cc55d2b890eb32767f8de5f # [email protected]
with:
servers: '[{"id": "selfcare-github", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
servers: '[{"id": "selfcare-onboarding", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'

- name: Build and Analyze
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call_release_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=min
build-args: |
REPO_ID=selfcare-github
REPO_ID=selfcare-onboarding
REPO_USERNAME=${{ github.actor }}
REPO_PASSWORD=${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_user_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: s4u/maven-settings-action@60912582505985be4cc55d2b890eb32767f8de5f # [email protected]
with:
servers: '[{"id": "selfcare-github", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
servers: '[{"id": "selfcare-onboarding", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'

- name: Build with Maven
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</url>
</repository>
<repository>
<id>selfcare-github</id>
<id>selfcare-onboarding</id>
<name>Selfcare Onboarding SDK</name>
<url>https://maven.pkg.github.com/pagopa/selfcare-onboarding</url>
</repository>
Expand Down

0 comments on commit ca18e51

Please sign in to comment.