s3_cleanup/.gitea/workflows/learn-gitea.actions.yml

24 lines
628 B
YAML
Raw Normal View History

name: Clean up S3 Bucket in Linode
run-name: ${{ gitea.actor }} is learning Gitea Actions
on:
push:
branches: [main]
schedule:
- cron: '0 * 1,15 * *'
env:
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
jobs:
check-bats-version:
2023-12-09 21:05:30 -05:00
runs-on: arm
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.10'
- run: pip install --upgrade pip
- run: pip install -r requirements.txt
- run: python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"