- name: Generate Organization Contributions SVGs
uses: stefashkaa/github-profile-crt@v1
with:
output-dir: assets
themes: neon
github-user: DeSource-Labs # Your org account
github-token: ${{ secrets.ORG_TOKEN }} # Your org token
include-org-private: true # optional, depends on your needs
show-stats: false # optional
show-stats-footer: false # optionalORG_TOKEN is a GitHub token with org data access.
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="../assets/neon-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="../assets/neon-light.svg">
<img alt="Organization contributions" src="../assets/neon-dark.svg" width="100%">
</picture>
</p>