Skip to content

Commit 5dab804

Browse files
authored
Update GITHUB_TOKEN ref.
1 parent b97b78f commit 5dab804

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=GITHUB_TOKEN
20+
run: mvn -B deploy --file pom.xml -Dregistry=https://maven.pkg.github.com/Enfernuz -Dtoken=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)