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 8e02d0c fix: update release-notes script
8e02d0c is described below
commit 8e02d0ce39e4c4ee60cd772cea1372b9f20789a6
Author: LiLi <[email protected]>
AuthorDate: Wed Mar 16 17:04:49 2022 +0800
fix: update release-notes script
Signed-off-by: LiLi <[email protected]>
---
site2/website-next/scripts/release-notes.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/site2/website-next/scripts/release-notes.sh
b/site2/website-next/scripts/release-notes.sh
index cf0c8f0..88d5aa6 100755
--- a/site2/website-next/scripts/release-notes.sh
+++ b/site2/website-next/scripts/release-notes.sh
@@ -2,8 +2,6 @@
ROOT_DIR=$(git rev-parse --show-toplevel)
-TOKEN=""
-
echo $TOKEN >./token
gh auth login --with-token <token
cd $ROOT_DIR/../pulsar