This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new ed54dc6  Fix use of github token
ed54dc6 is described below

commit ed54dc6fce0766f28f01fb2b76d9096dac2ad531
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Apr 29 13:23:08 2022 +0200

    Fix use of github token
---
 build/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/release.sh b/build/release.sh
index 5201186..5700679 100755
--- a/build/release.sh
+++ b/build/release.sh
@@ -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

Reply via email to