Skip to content

Commit 5db1d44

Browse files
authored
Update homebrew repo action
1 parent 9a68c1a commit 5db1d44

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/update-manifest.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
repository: geode-sdk/homebrew-geode
2222
path: homebrew-geode
23-
token: ${{ secrets.GEODE_BOT_PUSH_BIN_TOKEN }}
23+
token: ${{ secrets.GEODE_BOT_SSH_KEY }}
2424

2525
- name: Fetch release info
2626
uses: actions/github-script@v6
@@ -53,9 +53,8 @@ jobs:
5353
shell: bash
5454
working-directory: ${{ github.workspace }}/homebrew-geode
5555
run: |
56-
git config --local user.email "${{ secrets.GEODE_BOT_EMAIL }}"
56+
git config --local user.email "[email protected]"
5757
git config --local user.name "GeodeBot"
5858
git add .
5959
git commit -m "Update CLI"
60-
git remote set-url origin "https://GeodeBot:${{ secrets.GEODE_BOT_PUSH_BIN_TOKEN }}@github.com/geode-sdk/homebrew-geode.git"
61-
git push || true
60+
git push

0 commit comments

Comments
 (0)