fix: fix github activity genreation ci with new env preventing failure
This commit is contained in:
parent
1afb16782e
commit
8422fc3481
8
.github/workflows/github.yml
vendored
8
.github/workflows/github.yml
vendored
@ -9,12 +9,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Update this repo's README with recent activity
|
name: Update this repo's README with recent activity
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: jamesgeorge007/github-activity-readme@master
|
- uses: Readme-Workflows/recent-activity@v1.3.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.README_TOKEN }}
|
||||||
with:
|
|
||||||
COMMIT_MSG: 'chore(update): update readme with the latest github activities'
|
|
||||||
MAX_LINES: 5
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user