From 8422fc348174c6e54a325065b2689ff339db8018 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sun, 2 Apr 2023 13:10:53 +0800 Subject: [PATCH] fix: fix github activity genreation ci with new env preventing failure --- .github/workflows/github.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index c51861c..22bbf7c 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -9,12 +9,8 @@ jobs: build: runs-on: ubuntu-latest name: Update this repo's README with recent activity - steps: - uses: actions/checkout@v2 - - uses: jamesgeorge007/github-activity-readme@master + - uses: Readme-Workflows/recent-activity@v1.3.0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - COMMIT_MSG: 'chore(update): update readme with the latest github activities' - MAX_LINES: 5 + GITHUB_TOKEN: ${{ secrets.README_TOKEN }}