Skip to content

Commit b97b78f

Browse files
authored
Update maven-release.yml
Use the GITHUB_TOKEN again :)
1 parent 9f075e2 commit b97b78f

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
@@ -17,4 +17,4 @@ jobs:
1717
java-version: 1.8
1818
architecture: x86
1919
- name: Build & Deploy with Maven
20-
run: mvn -B deploy --file pom.xml -Dregistry=https://maven.pkg.github.com/Enfernuz -Dtoken=${{secrets.GITHUB_TOKEN}}
20+
run: mvn -B deploy --file pom.xml -Dregistry=https://maven.pkg.github.com/Enfernuz -Dtoken=GITHUB_TOKEN

0 commit comments

Comments
 (0)