Skip to content

Commit

Permalink
Merge pull request #3 from uc-cdis/initial_commit
Browse files Browse the repository at this point in the history
updating DIR in the dictionary_push workflow
  • Loading branch information
cgmeyer authored May 6, 2024
2 parents d325d53 + 5c24cd0 commit 562d288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dictionary_push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build midrc dictionary
name: Build BIH dictionary

on: push

Expand All @@ -7,7 +7,7 @@ jobs:
name: Build and Deploy Dictionary
uses: uc-cdis/.github/.github/workflows/dictionary_push.yaml@master
with:
DIRECTORY: "midrc_dictionary"
DIRECTORY: "bih_dictionary"
secrets:
DICT_AWS_ACCESS_KEY_ID: ${{ secrets.DICT_AWS_ACCESS_KEY_ID }}
DICT_AWS_SECRET_ACCESS_KEY: ${{ secrets.DICT_AWS_SECRET_ACCESS_KEY }}

0 comments on commit 562d288

Please sign in to comment.