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