From 6831b77570ab9f75fb83c7e8f6565b193fb829a4 Mon Sep 17 00:00:00 2001 From: GameTec_live Date: Sat, 8 Feb 2025 18:32:51 +0100 Subject: [PATCH] fix: should probably pass the token --- .github/workflows/changelog_reminder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog_reminder.yml b/.github/workflows/changelog_reminder.yml index 39c33ba..3c05597 100644 --- a/.github/workflows/changelog_reminder.yml +++ b/.github/workflows/changelog_reminder.yml @@ -7,6 +7,7 @@ jobs: steps: - uses: actions/github-script@v7 with: + github-token: ${{secrets.GITHUB_TOKEN}} script: | // Get a list of all issues created by the PR opener // See: https://octokit.github.io/rest.js/#pagination