Skip to content

Daily Instagram Automation #1

Daily Instagram Automation

Daily Instagram Automation #1

Workflow file for this run

name: Daily Instagram Automation
on:
schedule:
# Run at 7 AM UTC (9 AM Bucharest time)
- cron: "0 7 * * *"
workflow_dispatch: # Allow manual triggering
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Run script
run: |
sudo chmod +x ./run_main.sh
./run_main.sh