You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Action to push subdirectories to separate repositories.
4
+
5
+
### Why?
6
+
7
+
GitHub announced a special repo (github_username/github_username) its README.md file will appear on your profile. 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.
8
+
9
+
## Usage
10
+
11
+
Follow the steps;
12
+
- Create your special repository if not exists.
13
+
- Add `<!-- START gadpp -->` add the end of the README.md file of the special repo.
14
+
- Create a personal access token [here](https://github.com/settings/tokens) and set the `repo` permission.
15
+
- Add the access token created in previous step to the repository (that uses this action) as a secret with name `API_TOKEN_GITHUB`.
16
+
- Create the YML file for the action under `.github/workflows`. You can use the sample given below.
17
+
18
+
## Example YML File To Create A Workflow With This Action
0 commit comments