Skip to content

Commit

Permalink
fix(actions): with creds
Browse files Browse the repository at this point in the history
  • Loading branch information
cosad3s committed Jul 25, 2024
1 parent a43f1ee commit 61c7875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}
server-username: ${{ secrets.GITHUB_ACTOR }}
server-password: ${{ github.token }}

- name: Maven Release x GitHub Packages
run: |
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@
</distributionManagement>

<scm>
<connection>scm:git:ssh://git@github.com/cosad3s/salsa.git</connection>
<developerConnection>scm:git:ssh://git@github.com/cosad3s/salsa.git</developerConnection>
<url>[email protected]:github.com/cosad3s/salsa.git</url>
<connection>scm:git:https://github.com/cosad3s/salsa.git</connection>
<developerConnection>scm:git:https://github.com/cosad3s/salsa.git</developerConnection>
<url>https://github.com/cosad3s/salsa.git</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 61c7875

Please sign in to comment.