glados checkin now... #3984
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |