Skip to content

GitHub-Profile-3D-Contrib #715

GitHub-Profile-3D-Contrib

GitHub-Profile-3D-Contrib #715

Workflow file for this run

name: GitHub-Profile-3D-Contrib
on:
schedule:
- cron: "10 2 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v4
- uses: Tech-Fear/github-profile-3d-contrib-Update@main
env:
GITHUB_TOKEN: ${{ secrets.METRICS_TOKEN }}
USERNAME: ${{ github.repository_owner }}
SETTING_JSON: conf/github-profile-3d-contrib.json
- name: Commit & Push
run: |
git config user.name github-actions
git config user.email [email protected]
git add -A .
git commit -m "generated"
git push