From 942a09097c2a15f1c3e4106e7a8d3452824d97d1 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Thu, 18 May 2023 07:12:57 -0600 Subject: [PATCH] docs: make personal token requirement more explicit this one tripped me up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 652e08e..023ac5e 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ If there are no outdated formulae, the Action will just exit. - name: Update Homebrew formula uses: dawidd6/action-homebrew-bump-formula@v3 with: - # Required, custom GitHub access token with only the 'public_repo' scope enabled - token: ${{secrets.TOKEN}} + # Required, custom personal GitHub access token with only the 'public_repo' scope enabled + token: ${{secrets.CUSTOM_PERSONAL_ACCESS_TOKEN}} # Optional, will create tap repo fork in organization org: ORG # Bump all outdated formulae in this tap