File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,10 @@ jobs:
161161 with :
162162 pattern : bottle-*
163163
164+ - name : Set up Homebrew
165+ id : set-up-homebrew
166+ uses : Homebrew/actions/setup-homebrew@master
167+
164168 - name : Authenticate GitHub workflow to AWS
165169 uses : aws-actions/configure-aws-credentials@v4
166170 with :
@@ -172,6 +176,7 @@ jobs:
172176 echo "BOT_EMAIL=$(aws secretsmanager get-secret-value --secret-id BOT_EMAIL | jq -r '.SecretString')" >> $GITHUB_ENV
173177 echo "HOMEBREW_GITHUB_API_TOKEN=$(aws secretsmanager get-secret-value --secret-id RELEASE_CI_ACCESS_TOKEN | jq -r '.SecretString')" >> $GITHUB_ENV
174178 echo "FORK_REPO=https://[email protected] /$BOT_USER/homebrew-$(echo $TAP |cut -d / -f 2).git" >> $GITHUB_ENV 179+ echo "GITHUB_TOKEN=$HOMEBREW_GITHUB_API_TOKEN" >> $GITHUB_ENV
175180
176181 - name : Configure git user name and email
177182 run : |
You can’t perform that action at this time.
0 commit comments