Skip to content

.github/workflows/main.yaml #2057

.github/workflows/main.yaml

.github/workflows/main.yaml #2057

Workflow file for this run

on:
push:
schedule:
- cron: '*/5 * * * *'
workflow_dispatch: # Bisa dijalankan manual
jobs:
backfill-commits:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: bcanseco/github-contribution-graph-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_EMAIL: [email protected]
MAX_DAYS: 365
MIN_COMMITS_PER_DAY: 1
MAX_COMMITS_PER_DAY: 5