Skip to content

Commit

Permalink
Merge pull request #704 from choderalab/license
Browse files Browse the repository at this point in the history
Trying to fix #703 using secrets
  • Loading branch information
zhang-ivy authored Aug 5, 2020
2 parents a778b9b + c15a5b8 commit e313aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Decrypt OpenEye license
shell: bash
env:
ENC_OE_LICENSE: ${{ secrets.ENC_OE_LICENSE }}
ENC_OE_LICENSE: ${{ secrets.OE_LICENSE }}
run: |
echo "${ENC_OE_LICENSE}" > $HOME/oe_license.txt
Expand Down

0 comments on commit e313aeb

Please sign in to comment.