lhotari commented on code in PR #234: URL: https://github.com/apache/pulsar-site/pull/234#discussion_r982037690
########## site2/tools/release-json-gen.sh: ########## @@ -51,12 +51,12 @@ do done # gh auth login, ref: https://github.com/apache/pulsar-site/blob/760f7b47f437267a3c9d71d14c73e99ba32bd1ec/site2/website-next/scripts/release-notes.sh#L31-L33 -echo "$GH_TOKEN" > "$TOKEN_FILE" +echo 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 > "$TOKEN_FILE" Review Comment: @urfreespace you should never store tokens in git. Please make sure to invalidate this token immediately. /Cc @Anonymitaet @tisonkun @codelipenghui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
