Skip to content

Cronjob operations #51176

Cronjob operations

Cronjob operations #51176

Workflow file for this run

name: Cronjob operations
on:
schedule:
- cron: "*/30 * * * *" # Runs every 30 minutes
workflow_dispatch:
jobs:
fetch:
runs-on: ubuntu-latest
container: ghcr.io/juev/getpocket-collector:latest
steps:
-
uses: actions/checkout@v4
with:
fetch-depth: 1
-
name: 🚀 Run Automation
run: getpocket-collector
env:
CONSUMER_KEY: ${{ secrets.CONSUMER_KEY}}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
USERNAME: "juev"
-
name: 🐳 Commit
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'update'