Fix use of github token

This commit is contained in:
Guillaume Nodet
2022-04-29 13:23:08 +02:00
parent c4d5f24fd3
commit ed54dc6fce

View File

@@ -36,7 +36,7 @@ mvn versions:set -DnewVersion=$VERSION
# udpate changelog
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
pushd native