Skip to content

Update index.adoc

Update index.adoc #67

Workflow file for this run

name: Trigger Toolbox Update
on:
push:
branches: [master,develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Update Toolbox Study Manual
env:
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
EVENT: toolbox-update-trigger
ORG: feelpp
REPO: book.feelpp.org
run: |
curl -d "{\"event_type\": \"${EVENT}\"}" -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches"