Skip to content

Commit 323e4d5

Browse files
docs: update instructions
1 parent 41160cc commit 323e4d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Updates `README.md` with the recent GitHub activity of a user.
1010

1111
- Add the comment `<!--START_SECTION:activity-->` (entry point) within `README.md`. You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/blob/master/README.md).
1212

13-
- Create a [personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with `repo` scope and store it as a [secret](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) with the name **GH_PAT** in the repo settings.
14-
1513
- It's the time to create a workflow file.
1614

1715
`.github/workflows/update-readme.yml`
@@ -32,8 +30,6 @@ jobs:
3230
- uses: jamesgeorge007/github-activity-readme@master
3331
env:
3432
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
GH_PAT: ${{ secrets.GH_PAT }}
36-
GH_USERNAME: <username>
3733
```
3834
3935
The above job runs every half an hour, you can change it as you wish based on the [cron syntax](https://jasonet.co/posts/scheduled-actions/#the-cron-syntax).

0 commit comments

Comments
 (0)