From dd98a235fd96fca8a8f9d7b50da723048352cb98 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 8 Aug 2021 00:47:44 -0400 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a431b03..b5a9600 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: body_path: ${{ github.workspace }}-CHANGELOG.txt + # note you'll typically need to create a personal access token + # with permissions to create releases in the other repo + token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} env: GITHUB_REPOSITORY: my_gh_org/my_gh_repo ```