Skip to content

Commit

Permalink
chore(ci): Adding herodote
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh committed Jul 7, 2020
1 parent df7676d commit 61b85f8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/herodote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---

name: Herodote
on:
push:
branches:
- master
jobs:
build:
name: Feed
runs-on: ubuntu-latest
steps:
- name: Fetch history
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Push history
run: |
curl -q -sSL --max-time 10 "https://raw.githubusercontent.com/ViBiOh/herodote/master/herodote.sh" | bash
env:
ALGOLIA_APP: ${{ secrets.HERODOTE_ALGOLIA_APP }}
ALGOLIA_KEY: ${{ secrets.HERODOTE_ALGOLIA_KEY }}
GIT_HOST: github.com
GIT_REPOSITORY: ${{ github.repository }}
SCRIPTS_NO_INTERACTIVE: "1"

0 comments on commit 61b85f8

Please sign in to comment.