File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88env :
99 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
10+ HOMEBREW_TOOLS_TOKEN : ${{ secrets.HOMEBREW_TOOLS_TOKEN }}
1011 GIT_EMAIL : ${{ secrets.GIT_EMAIL }}
1112
1213jobs :
4041 - name : Lint
4142 run : npm run lint
4243
43- - name : Build
44+ - name : Build & Deploy
4445 run : npx semantic-release
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version="$1"
44url=" https://github.com/edosrecki/google-cloud-sql-cli/releases/download/v$version /google-cloud-sql-macos-$version .tar.gz"
55checksum=$( shasum -a 256 bin/google-cloud-sql-macos.tar.gz | awk ' { print $1 }' )
66
7- git clone " https://${GITHUB_TOKEN } @github.com/edosrecki/homebrew-tools.git"
7+ git clone " https://${HOMEBREW_TOOLS_TOKEN } @github.com/edosrecki/homebrew-tools.git"
88cd homebrew-tools
99
1010git config user.email " ${GIT_EMAIL} "
You can’t perform that action at this time.
0 commit comments