Skip to content

manual trigger

manual trigger #18

Workflow file for this run

name: manual trigger
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.8' # install the python version needed
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute py script
env:
TOKEN_CS: ${{ secrets.TOKEN_CS }}
TOKEN_EN: ${{ secrets.TOKEN_EN }}
run: python planetaryecologist.py