Skip to content

Commit

Permalink
no longer trigger site
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Jun 24, 2024
1 parent c2210ba commit 4cd20de
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Update cli manifest in the geode-sdk/website repository
# and in geode-sdk/homebrew-geode too
# Update cli manifest in geode-sdk/homebrew-geode
# TODO: update the winget one too :P
name: Update CLI Manifests

Expand All @@ -13,20 +12,9 @@ on:

jobs:
trigger:
name: Trigger site build
name: Update homebrew repo
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.GEODE_BOT_PUSH_BIN_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'geode-sdk',
repo: 'website',
workflow_id: 'build.yml',
ref: 'main'
})
- name: Checkout homebrew tap
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -70,4 +58,4 @@ jobs:
git add .
git commit -m "Update CLI"
git remote set-url origin "https://GeodeBot:${{ secrets.GEODE_BOT_PUSH_BIN_TOKEN }}@github.com/geode-sdk/homebrew-geode.git"
git push || true
git push || true

0 comments on commit 4cd20de

Please sign in to comment.