Skip to content

Commit 165ecaf

Browse files
authored
Update maven-release.yml
Use secrets.GITHUB_TOKEN
1 parent 6591456 commit 165ecaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
java-version: 1.8
1616
architecture: x86
1717
- name: Build & Deploy with Maven
18-
run: mvn -B deploy --file pom.xml -Dregistry=https://maven.pkg.github.com/Enfernuz -Dtoken=GH_TOKEN
18+
run: mvn -B deploy --file pom.xml -Dregistry=https://maven.pkg.github.com/Enfernuz -Dtoken=${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)