Skip to content

switched to github actions #1

switched to github actions

switched to github actions #1

name: Build BIH dictionary
on: push
jobs:
dictionary:
name: Build and Deploy Dictionary
uses: uc-cdis/.github/.github/workflows/dictionary_push.yaml@master
with:
DIRECTORY: "bpadictionary"
secrets:
DICT_AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
DICT_AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}