Skip to content

Commit

Permalink
Merge pull request #142 from uc-cdis/feat/dictionary_push
Browse files Browse the repository at this point in the history
moving travis dictionary job to gh actions
  • Loading branch information
EliseCastle23 authored Jul 19, 2023
2 parents 59fd37a + cc8239a commit 1e38866
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dictionary_push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build Covid19 Dictionary

on: push

jobs:
dictionary:
name: Build and Deploy Dictionary
uses: uc-cdis/.github/.github/workflows/dictionary_push.yaml@master
with:
DIRECTORY: "covid19-datadictionary"
secrets:
DICT_AWS_ACCESS_KEY_ID: ${{ secrets.DICT_AWS_ACCESS_KEY_ID }}
DICT_AWS_SECRET_ACCESS_KEY: ${{ secrets.DICT_AWS_SECRET_ACCESS_KEY }}
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

0 comments on commit 1e38866

Please sign in to comment.