Skip to content

Commit

Permalink
migrate to own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Dec 16, 2024
1 parent 60fffe7 commit 00a2f69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Publish package
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ subprojects {

repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/RTAkland/ROneBot")
url = uri("https://maven.rtast.cn/repository/maven-releases/")
credentials {
username = "RTAkland"
password = System.getenv("GITHUB_TOKEN")
username = "admin"
password = System.getenv("PUBLISH_TOKEN")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+3 −3 docs/ronebot/onebot.md

0 comments on commit 00a2f69

Please sign in to comment.