Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit a78c4f7

Browse files
committed
update access token
1 parent 145022f commit a78c4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: 🚀 Deploy to Maven
39-
run: mvn deploy -DskipTests -Dregistry=https://maven.pkg.github.com/Ktt-Development -Dtoken=${{ secrets.GITHUB_TOKEN }}
39+
run: mvn deploy -DskipTests -Dregistry=https://maven.pkg.github.com/Ktt-Development -Dtoken=${{ secrets.REPO_AND_PACKAGES }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<repository>
2323
<id>github</id>
2424
<name>GitHub Ktt-Development Apache Maven Packages</name>
25-
<url>https://maven.pkg.github.com/Ktt-Development/${artifactId}</url>
25+
<url>https://maven.pkg.github.com/Ktt-Development/${project.artifactId}</url>
2626
</repository>
2727
</distributionManagement>
2828

0 commit comments

Comments
 (0)