Skip to content

Commit

Permalink
README: v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Oct 15, 2024
1 parent 8d49433 commit a0a0d56
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 @@ -31,7 +31,7 @@ The Action will extract all needed informations by itself, you just need to spec

```yaml
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
uses: dawidd6/action-homebrew-bump-formula@v4
with:
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
token: ${{secrets.TOKEN}}
Expand Down Expand Up @@ -65,7 +65,7 @@ If there are no outdated formulae, the Action will just exit.

```yaml
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
uses: dawidd6/action-homebrew-bump-formula@v4
with:
# Required, custom personal GitHub access token with only the 'public_repo' scope enabled
token: ${{secrets.CUSTOM_PERSONAL_ACCESS_TOKEN}}
Expand Down

0 comments on commit a0a0d56

Please sign in to comment.