{"id":17788267,"url":"https://github.com/nickytonline/open-sauced-dev-card-action","last_synced_at":"2025-07-23T15:04:37.528Z","repository":{"id":253715875,"uuid":"844301842","full_name":"nickytonline/open-sauced-dev-card-action","owner":"nickytonline","description":"A GitHub Action that automatically fetches and updates an OpenSauced dev card image for a specified GitHub user. It runs on a schedule or manual trigger, saving the image to the user's profile README repository for easy display.","archived":false,"fork":false,"pushed_at":"2025-02-18T23:43:19.000Z","size":402,"stargazers_count":7,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T00:18:14.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickytonline.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T01:00:51.000Z","updated_at":"2025-07-12T02:55:04.000Z","dependencies_parsed_at":"2024-08-19T02:31:32.301Z","dependency_job_id":"8f9057bc-688a-4f95-9b17-ea0b77876aaa","html_url":"https://github.com/nickytonline/open-sauced-dev-card-action","commit_stats":null,"previous_names":["nickytonline/open-sauced-dev-card-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nickytonline/open-sauced-dev-card-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fopen-sauced-dev-card-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fopen-sauced-dev-card-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fopen-sauced-dev-card-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fopen-sauced-dev-card-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickytonline","download_url":"https://codeload.github.com/nickytonline/open-sauced-dev-card-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickytonline%2Fopen-sauced-dev-card-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266699503,"owners_count":23970513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T10:18:13.965Z","updated_at":"2025-07-23T15:04:37.498Z","avatar_url":"https://github.com/nickytonline.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenSauced Dev Card GitHub Action\n\nThis project fetches the [OpenSauced](https://opensauced.pizza) dev card for an OpenSauced user with the GitHub username specified in the GitHub action.\n\n[![nickytonline's OpenSauced Dev Card](./dev-card.png)](https://oss.fyi/nickytonline)\n\n## About the OpenSauced Dev Card\n\n- [Showcase Your Open Source Stats with Your Dev Card](https://opensauced.pizza/docs/features/dev-card/)\n- [Introducing the OSCR: Celebrating Open Source Stars](https://opensauced.pizza/blog/introducing-OSCR)\n\n## Usage\n\nTo use this action, you need to add the following to a GitHub Actions workflow file.\n\n```yaml\nname: Update OpenSauced Dev Card\n\non:\n  schedule:\n    - cron: \"0 0 * * *\" # Run daily at midnight UTC\n  workflow_dispatch: # Allow manual triggering\n\njobs:\n  update-dev-card:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Update Dev Card\n        uses: nickytonline/open-sauced-dev-card-action@v1.0.0\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          username: \"your_username\"\n```\n\nWe suggest you add this to a workflow file in the `.github/workflows` directory of your repository and call it something like `update-open-sauced-dev-card.yml`.\n\nWhen the action runs it will generate an image in the root of your repository called `dev-card.png`.\n\nTo use the image, you need to add the following markdown to your `README.md` of your [special GitHub repository](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme) for your README. For example, if your GitHub username is `nickytonline`, the repository would be `nickytonline/nickytonline` and the markdown you would add would be:\n\n```markdown\n[![My OpenSauced Dev Card](./dev-card.png)](https://oss.fyi/nickytonline)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickytonline%2Fopen-sauced-dev-card-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickytonline%2Fopen-sauced-dev-card-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickytonline%2Fopen-sauced-dev-card-action/lists"}