Skip to content

Commit

Permalink
using proper github token for brew tap publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Apr 29, 2024
1 parent f01d53e commit a3def1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
version: ${{ env.GITHUB_REF_NAME }}
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit a3def1c

Please sign in to comment.