mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 21:22:03 +00:00
Fix use of github token
This commit is contained in:
@@ -36,7 +36,7 @@ mvn versions:set -DnewVersion=$VERSION
|
|||||||
|
|
||||||
# udpate changelog
|
# udpate changelog
|
||||||
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator \
|
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator \
|
||||||
--user apache --project maven-mvnd --token GITHUB_TOKEN
|
--user apache --project maven-mvnd --token $GITHUB_TOKEN
|
||||||
|
|
||||||
# rebuild native libraries
|
# rebuild native libraries
|
||||||
pushd native
|
pushd native
|
||||||
|
Reference in New Issue
Block a user