We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0318bf + 95e151e commit a2f1ff3Copy full SHA for a2f1ff3
.github/workflows/CI.yml
@@ -76,12 +76,12 @@ jobs:
76
conda update --quiet --all
77
conda info --all
78
conda list
79
- - name: Decrypt OpenEye license
+ - name: Make oe_license.txt file from GH org secret "OE_LICENSE"
80
shell: bash
81
env:
82
- ENC_OE_LICENSE: ${{ secrets.OE_LICENSE__EXP_JUN2020 }}
+ OE_LICENSE_TEXT: ${{ secrets.OE_LICENSE }}
83
run: |
84
- echo "${ENC_OE_LICENSE}" > ${OE_LICENSE}
+ echo "${OE_LICENSE_TEXT}" > ${OE_LICENSE}
85
- name: Prepare test environment
86
87
0 commit comments