Skip to content

Commit 2ed91e5

Browse files
committed
Merge branch 'master' into release
2 parents f8d835c + 9ff5b2a commit 2ed91e5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
HOMEBREW_TOOLS_TOKEN: ${{ secrets.HOMEBREW_TOOLS_TOKEN }}
1011
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
1112

1213
jobs:
@@ -40,5 +41,5 @@ jobs:
4041
- name: Lint
4142
run: npm run lint
4243

43-
- name: Build
44+
- name: Build & Deploy
4445
run: npx semantic-release

tools/publish-brew-formula.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version="$1"
44
url="https://github.com/edosrecki/google-cloud-sql-cli/releases/download/v$version/google-cloud-sql-macos-$version.tar.gz"
55
checksum=$(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"
88
cd homebrew-tools
99

1010
git config user.email "${GIT_EMAIL}"

0 commit comments

Comments
 (0)