Skip to content

✨ update github-projects #16

✨ update github-projects

✨ update github-projects #16

Workflow file for this run

name: ✨ update github-projects
on:
workflow_dispatch:
schedule:
- cron: 30 0 * * *
jobs:
awesome-stars:
name: 💾 update awesome-stars
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: 💂 Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: 📥 Install dependencies
run: |
python -m pip install --upgrade pip
pip install starred
- name: 💾 update repo
env:
GITHUB_TOKEN: ${{ secrets.SECRET_PAT }}
run: starred --username pvergain --repository stars --sort --token ${GITHUB_TOKEN}