From 64e691285189bb8557e22c4242a8c77d698678f0 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Wed, 21 Feb 2024 17:42:16 -0500 Subject: [PATCH] Update REST-CI URL (#4757) Update REST-CI URL --- TYPE: NO_HISTORY DESC: Update REST-CI URL --- .github/workflows/ci-rest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-rest.yml b/.github/workflows/ci-rest.yml index 4c69656c1de..45de21e963c 100644 --- a/.github/workflows/ci-rest.yml +++ b/.github/workflows/ci-rest.yml @@ -10,11 +10,11 @@ jobs: steps: # For easy access to lookup dispatched CI job. - - name: Print URL for TileDB-REST-CI actions - run: echo https://github.com/TileDB-Inc/TileDB-REST-CI/actions + - name: Print URL for REST CI actions + run: echo https://github.com/TileDB-Inc/TileDB-Internal/actions # If this workflow fails on the remote repository, this CI job will also fail. - - name: Workflow dispatch to TileDB-REST-CI + - name: Workflow dispatch to REST CI id: trigger-step uses: aurelien-baudet/workflow-dispatch@v2 env: @@ -22,8 +22,8 @@ jobs: # Skip if no PAT is set (e.g. for PRs from forks). if: env.TILEDB_REST_CI_PAT != null with: - repo: TileDB-Inc/TileDB-REST-CI - # Trigger workflow on TileDB-REST-CI at this ref. + repo: TileDB-Inc/TileDB-Internal + # Trigger workflow on TileDB-Internal at this ref. ref: "main" workflow: full-ci.yml token: ${{ secrets.TILEDB_REST_CI_PAT }}