Update main_taw5-appsvc-jrc26.yml

This commit is contained in:
Matthew Alan Gray 2022-09-28 21:00:41 -05:00 коммит произвёл GitHub
Родитель 4d642a90bd
Коммит f0f95c5e20
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -9,9 +9,16 @@ on:
- main
workflow_dispatch:
env: # <<-- Add environment variables here
REACT_APP_API_URL: ${{ secrets.API_URL }} # <<-- referencing the GitHub secrets
REACT_APP_API_KEY: ${{ secrets.API_KEY }} # <<-- created in Step 2
jobs:
build:
runs-on: windows-latest
defaults: # <<-- Add default working directory
run: # <<-- here to ensure deployment
working-directory: ./Humongous.Healthcare.Web/ # <<-- targets correct path.
steps:
- uses: actions/checkout@v2