Skip to content

Commit

Permalink
Update mvn-settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 authored Aug 19, 2024
1 parent fe6cc89 commit 93a0409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mvn-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<servers>
<server>
<id>github</id>
<username>ucf4</username>
<password>LIB_GITHUB_TOKEN</password>
<username>${env.LIB_GITHUB_ACTOR}</username>
<password>${env.LIB_GITHUB_TOKEN}</password>
</server>
</servers>
</settings>

0 comments on commit 93a0409

Please sign in to comment.