fix: make github activity workflow use personal access token
This commit is contained in:
parent
8422fc3481
commit
dba4f068bc
2
.github/workflows/github.yml
vendored
2
.github/workflows/github.yml
vendored
@ -13,4 +13,4 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: Readme-Workflows/recent-activity@v1.3.0
|
- uses: Readme-Workflows/recent-activity@v1.3.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.README_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user