From 584d946bf65fadff92b07d3f5c71d2f3d7032747 Mon Sep 17 00:00:00 2001 From: Chris Meyer <32780701+cgmeyer@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:22:33 -0600 Subject: [PATCH] Update dictionary_push.yaml --- .github/workflows/dictionary_push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dictionary_push.yaml b/.github/workflows/dictionary_push.yaml index b2a8195..519cadb 100644 --- a/.github/workflows/dictionary_push.yaml +++ b/.github/workflows/dictionary_push.yaml @@ -1,4 +1,4 @@ -name: Build BIH dictionary +name: Build PDP dictionary on: push @@ -7,7 +7,7 @@ jobs: name: Build and Deploy Dictionary uses: uc-cdis/.github/.github/workflows/dictionary_push.yaml@master with: - DIRECTORY: "bih_dictionary" + DIRECTORY: "pdp_dictionary" secrets: DICT_AWS_ACCESS_KEY_ID: ${{ secrets.DICT_AWS_ACCESS_KEY_ID }} DICT_AWS_SECRET_ACCESS_KEY: ${{ secrets.DICT_AWS_SECRET_ACCESS_KEY }}