Skip to content

Commit

Permalink
identify the workflow to run, gwyn
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Oct 30, 2023
1 parent 52893bd commit ec4cfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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}"
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}
echo ${{ secrets.HOMEBREW_TEMPL_PAT }} | gh auth login -h github.com --with-tokendxbfnklmDXCFRGVB KLO,
gh workflow run update-formula.yaml -R PlayTechnique/homebrew-templ -f SHA256=${SHA_VALUE} -f DOWNLOAD_URL=${URL_VALUE} -f VERSION=${TAG_VERSION}

0 comments on commit ec4cfc2

Please sign in to comment.