HyukjinKwon commented on code in PR #50911: URL: https://github.com/apache/spark/pull/50911#discussion_r2101371812
########## .github/workflows/release.yml: ########## @@ -16,33 +16,121 @@ # specific language governing permissions and limitations # under the License. # -name: Release Apache Spark + +# This workflow is intended for use in forked repositories +# when manually dispatching this to create an RC. +# To enable full release functionality, developers should manually configure +# the following GitHub Secrets in their repository settings: +# +# - ASF_USERNAME: +# Your Apache Software Foundation (ASF) account ID. +# +# - ASF_PASSWORD: +# The password associated with your ASF account. +# +# - GPG_PRIVATE_KEY: Review Comment: Yeah in forked repository. Has to be put in GitHub Actions' Secrets ########## .github/workflows/release.yml: ########## @@ -16,33 +16,121 @@ # specific language governing permissions and limitations # under the License. # -name: Release Apache Spark + +# This workflow is intended for use in forked repositories +# when manually dispatching this to create an RC. +# To enable full release functionality, developers should manually configure +# the following GitHub Secrets in their repository settings: +# +# - ASF_USERNAME: +# Your Apache Software Foundation (ASF) account ID. +# +# - ASF_PASSWORD: +# The password associated with your ASF account. +# +# - GPG_PRIVATE_KEY: Review Comment: Yeah in your forked repository. Has to be put in GitHub Actions' Secrets -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org