You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/04/29 11:23:28 UTC

[maven-mvnd] branch master updated: Fix use of github token

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 <gn...@gmail.com>
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