Skip to content

Commit

Permalink
add pat
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Dec 12, 2024
1 parent a3b4e6f commit 318c3e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ jobs:
docker pull ghcr.io/sage-bionetworks/genie:${{ github.ref_name }}
- name: Run Tests in Docker Container
run: |
docker run --rm ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
python bin/input_to_database.py main --project_id syn7208886 --onlyValidate
run: >
docker run --rm -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" -it \
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
python bin/input_to_database.py main --project_id syn7208886 --onlyValidate

0 comments on commit 318c3e2

Please sign in to comment.