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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Dynamic Profile Page On Github
2
2
3
-
GitHub Action to push updates to your special profile repo.
3
+
A GitHub action to push updates to your special profile repo.
4
4
5
5
### Why?
6
6
@@ -15,7 +15,7 @@ Follow the steps;
15
15
- Add `<!-- START gadpp -->` add the end of the README.md file of the special repo.
16
16
- Create a personal access token [here](https://github.com/settings/tokens) and set the `repo` permission.
17
17
- Add the access token created in previous step to the repository (that uses this action) as a secret with name `API_TOKEN_GITHUB`.
18
-
- Create the YML file for the action under `.github/workflows`. You can use the sample given below.
18
+
- 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.
19
19
20
20
## Example YML File To Create A Workflow With This Action
0 commit comments