Content-Length: 207958 | pFad | http://github.com/usefulalgorithm/usefulalgorithm/actions/runs/15214948912/workflow

4D Update README: 2025-05-23T15:25:56+0000 · usefulalgorithm/usefulalgorithm@7898f8a · GitHub
Skip to content

Deploy README.md

Deploy README.md #3205

Workflow file for this run

name: Deploy README.md
on:
workflow_dispatch: # Allow manual triggering
schedule:
- cron: '0 * * * *' # Do this hourly because that's fun
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
environment: deployment
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.5"
- run: poetry install
- run: poetry run python scripts/generate_readme.py
env:
SPOTIPY_CLIENT_ID: ${{ secrets.SPOTIPY_CLIENT_ID }}
SPOTIPY_CLIENT_SECRET: ${{ secrets.SPOTIPY_CLIENT_SECRET }}
SPOTIPY_REDIRECT_URI: ${{ secrets.SPOTIPY_REDIRECT_URI }}
SPOTIPY_REFRESH_TOKEN: ${{ secrets.SPOTIPY_REFRESH_TOKEN }}
HARDCOVER_AUTHORIZATION: ${{ secrets.HARDCOVER_AUTHORIZATION }}
- name: Deploy README.md
run: |
git config --global user.name 'Tsung-Ju Lii'
git config --global user.email 'usefulalgorithm@users.noreply.github.com'
git add README.md
if git diff-index --quiet HEAD; then
echo "No changes to commit."
exit 0
fi
git commit -m "Update README: `date +'%Y-%m-%dT%H:%M:%S%z'`"
git push








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/usefulalgorithm/usefulalgorithm/actions/runs/15214948912/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy