From 6891549d4481c185cfeba27529d2b25e11e46af9 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:42:03 +0300 Subject: [PATCH] feat: bump to repo-summary-post v0.0.8 --- .github/workflows/recent-activity-summary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}'