-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (31 loc) · 1.01 KB
/
algolia.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Algolia Crawler
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
crawl:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
# - name: Wait for Netlify deployment
# if: github.event_name != 'workflow_dispatch'
# uses: probablyup/[email protected]
# with:
# site_id: ${{ secrets.NETLIFY_SITE_ID }}
# env:
# NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
# - name: Trigger Algolia crawl
# uses: algolia/algoliasearch-crawler-github-actions@v1
# with:
# crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
# crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
# algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
# algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
# site-url: https://inventory.fix.security
# crawler-name: resoto