Skip to content

Commit a2f1ff3

Browse files
authored
Merge pull request #623 from openforcefield/use-org-OE-lic
Use org-wide oe license for CI
2 parents d0318bf + 95e151e commit a2f1ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
conda update --quiet --all
7777
conda info --all
7878
conda list
79-
- name: Decrypt OpenEye license
79+
- name: Make oe_license.txt file from GH org secret "OE_LICENSE"
8080
shell: bash
8181
env:
82-
ENC_OE_LICENSE: ${{ secrets.OE_LICENSE__EXP_JUN2020 }}
82+
OE_LICENSE_TEXT: ${{ secrets.OE_LICENSE }}
8383
run: |
84-
echo "${ENC_OE_LICENSE}" > ${OE_LICENSE}
84+
echo "${OE_LICENSE_TEXT}" > ${OE_LICENSE}
8585
- name: Prepare test environment
8686
shell: bash
8787
run: |

0 commit comments

Comments
 (0)