Skip to content

Commit

Permalink
Merge pull request #57 from iloveitaly/more-explicit-personal-token
Browse files Browse the repository at this point in the history
docs: make personal token requirement more explicit
  • Loading branch information
dawidd6 committed May 18, 2023
2 parents d3667e5 + 942a090 commit 855e1f1
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 855e1f1

Please sign in to comment.