diff --git a/.github/workflows/recent-activity-summary.yml b/.github/workflows/recent-activity-summary.yml index 1f08ac769..83929685d 100644 --- a/.github/workflows/recent-activity-summary.yml +++ b/.github/workflows/recent-activity-summary.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate and Post Repository Summary - uses: akaihola/repo-summary-post@v0.0.7 + uses: akaihola/repo-summary-post@v0.0.8 with: github-token: '${{ secrets.GITHUB_TOKEN }}' repo-name: '${{ github.repository }}'