jhj0517 commited on
Commit
7d1154c
·
1 Parent(s): 507c25c
Files changed (1) hide show
  1. .github/workflows/ci.yml +3 -0
.github/workflows/ci.yml CHANGED
@@ -18,6 +18,9 @@ jobs:
18
  matrix:
19
  python: ["3.10"]
20
 
 
 
 
21
  steps:
22
  - name: Clean up space for action
23
  run: rm -rf /opt/hostedtoolcache
 
18
  matrix:
19
  python: ["3.10"]
20
 
21
+ env:
22
+ DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
23
+
24
  steps:
25
  - name: Clean up space for action
26
  run: rm -rf /opt/hostedtoolcache