Skip to content

Commit

Permalink
Fixes login command for homebrew updater
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Oct 30, 2023
1 parent 67bb3d6 commit 52893bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ jobs:
echo "URL VALUE: ${URL_VALUE}"
echo "TAG VERSION: ${TAG_VERSION}"
gh login ${{ secrets.HOMEBREW_TEMPL_PAT }}
echo ${{ secrets.HOMEBREW_TEMPL_PAT }} | gh auth login -h github.com --with-token
gh workflow run -R PlayTechnique/homebrew-templ -f SHA256=${SHA_VALUE} -f DOWNLOAD_URL=${URL_VALUE} -f VERSION=${TAG_VERSION}

0 comments on commit 52893bd

Please sign in to comment.