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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,14 @@ Please feel free to fork it or contribute to it.
12
12
13
13
## Usage
14
14
15
+
You 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.
16
+
15
17
Follow the steps;
16
18
- Create your special repository if not exists.
17
19
- Add `<!-- START gadpp -->` add the end of the README.md file of the special repo.
18
20
- Create a personal access token [here](https://github.com/settings/tokens) and set the `repo` permission.
19
21
- Add the access token created in previous step to the repository (that uses this action) as a secret with name `API_TOKEN_GITHUB`.
20
-
- Create the YML file for the action under `.github/workflows`. You can use the sample given below. Please update `YOUR_GITHUB_USERNAME` and `EMAIL_USED_ON_GITHUB` values.
22
+
- 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.
21
23
- Please do not forget to add checkout step before GADPP step in your pipeline.
22
24
23
25
## Example YML File To Create A Workflow With This Action
0 commit comments