Skip to content

Commit

Permalink
docs: make personal token requirement more explicit
Browse files Browse the repository at this point in the history
this one tripped me up
  • Loading branch information
iloveitaly committed May 18, 2023
1 parent d3667e5 commit 942a090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 942a090

Please sign in to comment.