Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar authored Nov 27, 2023
1 parent 3f78810 commit a78579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Add config variable
run: |
API_JS_PATH=Indic-Input-Tool-UI/js/api.js
sed -i "1s|^|const config = { TRANSLITERATE_API: \"\${{ secrets.API_URL }}\", API_KEY: \"\${{ secrets.API_KEY }}\" };\n|" $API_JS_PATH
sed -i "1s|^|const config = { TRANSLITERATE_API: '${{ secrets.API_URL }}', API_KEY: '${{ secrets.API_KEY }}' };\n|" $API_JS_PATH

0 comments on commit a78579a

Please sign in to comment.