From 4cd20de069ee0c812b10a3626efc216483e9c643 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:48:20 -0300 Subject: [PATCH] no longer trigger site --- .github/workflows/update-manifest.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index 15ecb3a..f4c576d 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -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 @@ -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: @@ -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 \ No newline at end of file + git push || true