{"id":13423191,"url":"https://github.com/umutphp/github-action-dynamic-profile-page","last_synced_at":"2026-03-17T01:49:19.224Z","repository":{"id":59119316,"uuid":"278723686","full_name":"umutphp/github-action-dynamic-profile-page","owner":"umutphp","description":"GitHub Action to push updates to your special profile repository.","archived":false,"fork":false,"pushed_at":"2024-09-16T20:08:28.000Z","size":127,"stargazers_count":54,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-17T01:37:58.924Z","etag":null,"topics":["github-action","hacktoberfest","profile"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umutphp.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":"2020-07-10T20:06:38.000Z","updated_at":"2024-09-16T20:08:32.000Z","dependencies_parsed_at":"2024-10-26T21:09:59.032Z","dependency_job_id":"330e9563-8c5c-4081-a1a8-787fa315c80c","html_url":"https://github.com/umutphp/github-action-dynamic-profile-page","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":"0.020408163265306145","last_synced_commit":"2a71a96be7f1a8deb423cdda3f24161fdb00ce66"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fgithub-action-dynamic-profile-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fgithub-action-dynamic-profile-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fgithub-action-dynamic-profile-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fgithub-action-dynamic-profile-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umutphp","download_url":"https://codeload.github.com/umutphp/github-action-dynamic-profile-page/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250447134,"owners_count":21432159,"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","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":["github-action","hacktoberfest","profile"],"created_at":"2024-07-30T23:01:09.241Z","updated_at":"2026-03-17T01:49:14.184Z","avatar_url":"https://github.com/umutphp.png","language":"Shell","readme":"# Dynamic Profile Page On GitHub\n\nA GitHub action to push updates to your special profile repo.\n\n### Why?\n\nGitHub announced a special repository (github_username/github_username) so that its README.md file will appear on your profile page. People liked it a lot and started using some static pages with fancy texts and images. This GitHub action helps you to add a section that is updated dynamically when you commit a repository that uses this action. A line per repository is added to the section and the lines are ordered from the newest to the oldest. You can see a sample execution in [my profile page](https://github.com/umutphp).\n\n![Sample Profile Page](./assets/github_profile_sample.png)\n\nPlease feel free to fork it or contribute to it.\n\n## Usage\n\nYou can add this action to any repository other than profile repository (special repository). This action will add a line for every repository (that the action is activated) to the README file of the special repository.\n\nFollow the steps;\n- Create your special repository if not exists.\n- Add `\u003c!-- START gadpp --\u003e` add the end of the README.md file of the special repo.\n- Create a personal access token [here](https://github.com/settings/tokens) and set the `repo` permission.\n- Add the access token created in previous step to the repository (that uses this action) as a secret with name `API_TOKEN_GITHUB`.\n- Create the YML file for the action under `.github/workflows` of the repository (the one which is not the special repository). You can use the sample given below. Please update `YOUR_GITHUB_USERNAME` and `EMAIL_USED_ON_GITHUB` values.\n- Please do not forget to add checkout step before GADPP step in your pipeline.\n\n## Example YML File To Create A Workflow With This Action\n\n```yml\nname: Update GitHub Profile Page\non: [push]\n\njobs:\n  gadpp_job:\n    runs-on: ubuntu-latest\n    name: Update GitHub Profile Page\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: GADPP\n        uses: umutphp/github-action-dynamic-profile-page@v5\n        id: gadpp\n        env:\n          API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          github-username: 'YOUR_GITHUB_USERNAME'\n          user-email: 'EMAIL_USED_ON_GITHUB'\n\n```\n\n### Users using this action \n\n- [Awesome CLI](https://github.com/umutphp/awesome-cli)\n- [Hacker Laws TR](https://github.com/umutphp/hacker-laws-tr)\n- [Github Stats](https://github.com/umutphp/github-stats)\n- [Famous Bugs](https://github.com/umutphp/famous-bugs)\n- [PHP Docker Images for CLI](https://github.com/umutphp/php-docker-images-for-cli)\n- [Larvel Model Recommendation](https://github.com/umutphp/larvel-model-recommedation)\n- [LuckKAnn](https://github.com/LuckKAnn/LuckKAnn)\n- [Vvroul](https://github.com/vvroul/vvroul)\n- [Waka Box](https://github.com/joriewong/waka-box)\n- [Diablo Music App](https://github.com/Suvraneel/diablo-music-app)\n- [Diablo Music](https://github.com/Suvraneel/diablo-music)\n- [C Programming](https://github.com/Suvraneel/C-programming)\n- [B Buck Offical](https://github.com/david3239294/BBUCKOffical)\n- [Baby Buck](https://github.com/david329294/babybuck)\n- [Sandep-FED](https://github.com/Sandeep-FED)\n- [7-TE](https://github.com/7-TE/7-TE)\n- [Go Go Richie](https://github.com/gogorichie/gogorichie)\n- [TheRakeshPurohit](https://github.com/TheRakeshPurohit/awesome-cli)\n- [Dotfiles](https://github.com/dat-adi/dotfiles)\n- [Tiny App](https://github.com/dat-adi/tinyApps)\n- [Time Tabler](https://github.com/dat-adi/time-tabler)\n- [Eisen Tickets](https://github.com/dat-adi/eisen-tickets)\n\nPlease add a issue if you don't see your name on here, And We will add it.\n","funding_links":[],"categories":["Tools","Github README PROFILE CATEGORY","GitHub Actions for Readmes","Resources","Shell"],"sub_categories":["Images Gifs:","Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutphp%2Fgithub-action-dynamic-profile-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumutphp%2Fgithub-action-dynamic-profile-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutphp%2Fgithub-action-dynamic-profile-page/lists"}