From 977caa6e4ae7324d9ad8724a3ecd883fd6dfd002 Mon Sep 17 00:00:00 2001
From: Tingluo Huang <huangtingluo@gmail.com>
Date: Mon, 14 Oct 2019 15:11:27 -0400
Subject: [PATCH] add changelog

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 56edf94..93a72a0 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,11 @@ Checkout private submodules:
 
 For more details, see [Contexts and expression syntax for GitHub Actions](https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions) and [Creating and using secrets (encrypted variables)](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
 
+# Changelog
+
+## master (unreleased)
+- Persist `with.token` or `${{ github.token }}` into checkout repository's git config as `http.https://github.com/.extraheader=AUTHORIZATION: basic ***` to better support scripting git
+
 # License
 
 The scripts and documentation in this project are released under the [MIT License](LICENSE)