From 387bb36890dcf851c27800b41095dc66ac3b23e4 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 5 Apr 2024 17:28:04 -0400 Subject: [PATCH] fix: add org name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0421cea..abf2181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,5 +42,5 @@ jobs: uses: rossjrw/pr-preview-action@v1 with: source-dir: ./public/ - deploy-repository: openela-preview + deploy-repository: openela/openela-preview token: ${{ secrets.PREVIEW_TOKEN }}