We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a68c1a commit 5db1d44Copy full SHA for 5db1d44
.github/workflows/update-manifest.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
repository: geode-sdk/homebrew-geode
22
path: homebrew-geode
23
- token: ${{ secrets.GEODE_BOT_PUSH_BIN_TOKEN }}
+ token: ${{ secrets.GEODE_BOT_SSH_KEY }}
24
25
- name: Fetch release info
26
uses: actions/github-script@v6
@@ -53,9 +53,8 @@ jobs:
53
shell: bash
54
working-directory: ${{ github.workspace }}/homebrew-geode
55
run: |
56
- git config --local user.email "${{ secrets.GEODE_BOT_EMAIL }}"
+ git config --local user.email "[email protected]"
57
git config --local user.name "GeodeBot"
58
git add .
59
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
+ git push
0 commit comments