Skip to content

Create smartsearch.yml #1

Create smartsearch.yml

Create smartsearch.yml #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use API key
run: echo "API Key: ${{ secrets.API_KEY }}"

Check failure on line 19 in .github/workflows/smartsearch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/smartsearch.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
env:
API_KEY: ${{ secrets.API_KEY }}