Skip to content

Update main.yml

Update main.yml #36

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Add config variable
run: |
sed -i '' '1s|^|const config = { TRANSLITERATE_API: "${{ secrets.TRANSLITERATE_API }}", API_KEY: "${{ secrets.API_KEY }}" };\n|' api.js