Skip to content

GitHub-Profile-3D-Contrib #343

GitHub-Profile-3D-Contrib

GitHub-Profile-3D-Contrib #343

Workflow file for this run

name: GitHub-Profile-3D-Contrib
on:
schedule: # Set the time you want it to run daily
- cron: "0 18 * * *" # Adjust this to your preferred time
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v3
- uses: yoshi389111/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: crazz-zaac
- 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