We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6591456 commit 165ecafCopy full SHA for 165ecaf
1 file changed
.github/workflows/maven-release.yml
@@ -15,4 +15,4 @@ jobs:
15
java-version: 1.8
16
architecture: x86
17
- name: Build & Deploy with Maven
18
- run: mvn -B deploy --file pom.xml -Dregistry=https://maven.pkg.github.com/Enfernuz -Dtoken=GH_TOKEN
+ run: mvn -B deploy --file pom.xml -Dregistry=https://maven.pkg.github.com/Enfernuz -Dtoken=${{secrets.GITHUB_TOKEN}}
0 commit comments