βοΈ Setup: github-profile-3d-contrib GitHub Action
Create .github/workflows/profile-3d.yml in your profile repo:
name: GitHub-Profile-3D-Contrib
on:
schedule:
- cron: "0 18 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v5
- uses: yoshi389111/github-profile-3d-contrib@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: anwarhossain1
- name: Commit & Push
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add -A .
if git commit -m "generated 3d contrib"; then
git push
fiThen go to Actions β GitHub-Profile-3D-Contrib β Run workflow to generate it the first time. SVGs will appear in ./profile-3d-contrib/.
I'm always up for interesting conversations about full-stack architecture, scaling MERN apps, or just geeking out over a well-optimized query. If you're building something ambitious β let's talk.
β Always building. Always learning. Always shipping.



