Skip to content

README: describe additional API token scope requirement #10

README: describe additional API token scope requirement

README: describe additional API token scope requirement #10

Workflow file for this run

name: Test Indico fetcher
on:
- push
- workflow_dispatch
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get -y install python3-dateutil
- name: List directory
run: |
find
- name: Run fetcher
run: |
./indico-fetcher.py
- name: List directory
run: |
find