Skip to content

Commit a35eb35

Browse files
committed
Second attempt to fix update-pr
Try to use exactly the same steps as the preceding task.
1 parent f165cf0 commit a35eb35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-brew.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)