Skip to content

Commit

Permalink
write to correct database when updating metadata (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik authored and henri123lemoine committed Aug 23, 2023
1 parent 0b940d9 commit e7e19b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ jobs:
run: curl -L "${{ inputs.csv_url }}" -o data.csv

- name: Run Script
env:
ARD_DB_USER: ${{ secrets.ARD_DB_USER }}
ARD_DB_PASSWORD: ${{ secrets.ARD_DB_PASSWORD }}
ARD_DB_HOST: ${{ secrets.ARD_DB_HOST }}
ARD_DB_NAME: alignment_research_dataset
run: python main.py update data.csv ${{ inputs.delimiter }}

0 comments on commit e7e19b9

Please sign in to comment.