Skip to content

Commit

Permalink
updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Apr 30, 2024
1 parent d5a7907 commit 7cc74c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
REPOSITORY_USER: ${{ secrets.REPOSITORY_USER }}
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }}
REPOSITORY_TOKEN: ${{ secrets.REPOSITORY_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishing {
url = uri("https://repo.thenextlvl.net/$branch")
credentials {
username = System.getenv("REPOSITORY_USER")
password = System.getenv("REPOSITORY_PASSWORD")
password = System.getenv("REPOSITORY_TOKEN")
}
}
}

0 comments on commit 7cc74c3

Please sign in to comment.