Skip to content

glados checkin now... #3990

glados checkin now...

glados checkin now... #3990

name: auto-glados-checkin
run-name: glados checkin now...
on:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: '*/29 * * * *'
jobs:
checkin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: python main.py
env:
PUSHP: ${{ secrets.PUSHP }}
PTOKEN: ${{ secrets.PTOKEN }}
SCOOKIE: ${{ secrets.SCOOKIE }}
ZCOOKIE: ${{ secrets.ZCOOKIE }}
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings