Skip to content

Commit

Permalink
Update secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Aug 4, 2023
1 parent 8221a32 commit a53612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
env:
AM_VERSION: ${{ needs.validate-version.outputs.version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
run: |
gh workflow run update_formula.yml \
-R autometrics-dev/homebrew-tap \
Expand Down

0 comments on commit a53612f

Please sign in to comment.