Skip to content

optional writing to repo #904

optional writing to repo

optional writing to repo #904

Workflow file for this run

name: Test on push
on: push
jobs:
run_tests:
name: Send a test poem on a push to master
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install -v .
- name: Send poem to myself
run:
python scripts/send-poem.py --kind "test" --username "[email protected]" --password ${{ secrets.PFT_PW }} --listserv_filename "data/poems/testserv.csv"
--github_repo_name "thomaswmorris.github.io" --github_token ${{ secrets.GH_TOKEN }} --write_to_repo