Skip to content

Commit 3181dca

Browse files
committed
fix homebrew action, again
1 parent 5597f2f commit 3181dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-manifest.yml

+1-1
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_SSH_KEY }}
23+
ssh-key: ${{ secrets.GEODE_BOT_SSH_KEY }}
2424

2525
- name: Fetch release info
2626
uses: actions/github-script@v6

0 commit comments

Comments
 (0)