Skip to content

Commit

Permalink
project initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
maemresen committed Mar 17, 2024
1 parent 16e7287 commit 809762f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/maven/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<servers>
<server>
<id>github</id>
<username>${env.REPOSITORY_USERNAME}</username>
<password>${env.REPOSITORY_PASSWORD}</password>
<username>github-ci-user</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>
3 changes: 1 addition & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: mvn deploy -B --settings .github/maven/settings.xml
env:
REPOSITORY_USERNAME: maemresen
REPOSITORY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 809762f

Please sign in to comment.