fix: fix github activity genreation ci with new env preventing failure

This commit is contained in:
Anda Toshiki 2023-04-02 13:10:53 +08:00
parent 1afb16782e
commit 8422fc3481

View File

@ -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