You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/03/16 08:54:01 UTC

[pulsar-site] branch main updated: fix: remove test token

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b902d79  fix: remove test token
b902d79 is described below

commit b902d79e74080b1858c16023633f76549c15e0a4
Author: LiLi <ur...@apache.org>
AuthorDate: Wed Mar 16 16:53:19 2022 +0800

    fix: remove test token
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 site2/website-next/scripts/release-notes.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/scripts/release-notes.sh b/site2/website-next/scripts/release-notes.sh
index 33d1a85..cf0c8f0 100755
--- a/site2/website-next/scripts/release-notes.sh
+++ b/site2/website-next/scripts/release-notes.sh
@@ -2,7 +2,7 @@
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
 
-TOKEN=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
+TOKEN=""
 
 echo $TOKEN >./token
 gh auth login --with-token <token