Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srihari07-web authored Nov 27, 2023
1 parent ab73204 commit d880f6d
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 @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2
- name: Add config variable
run: |
sed -i '' '1s|^|const config = { API_URL: "${{ secrets.API_URL }}", API_KEY: "${{ secrets.API_KEY }}" };\n|' js/api.js
sed -i '' '1s|^|const config = { TRANSLITERATE_API: "${{ secrets.TRANSLITERATE_API }}", API_KEY: "${{ secrets.API_KEY }}" };\n|' js/api.js

0 comments on commit d880f6d

Please sign in to comment.