Skip to content

Commit

Permalink
Fix envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Aug 4, 2023
1 parent a53612f commit 4c620a9
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.PRIVATE_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
run: |
gh workflow run update_formula.yml \
-R autometrics-dev/homebrew-tap \
Expand Down

0 comments on commit 4c620a9

Please sign in to comment.