Skip to content

GitHub-Profile-3D-Contrib #1597

GitHub-Profile-3D-Contrib

GitHub-Profile-3D-Contrib #1597

Workflow file for this run

name: GitHub-Profile-3D-Contrib
on:
schedule:
- cron: "0 */18 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/github-profile-3d-contrib@main
env:
GITHUB_TOKEN: ${{ secrets.METRICS_TOKEN }}
USERNAME: ${{ github.repository_owner }}
MAX_REPOS: ${{ github.repository_count }}
- name: Commit & Push
run: |
git config user.name Mohammad-Shiblu
git config user.email [email protected]
git add -A .
git commit -m "Personal 3d Contributions images updated"
git push