From 7885ccd0645e1215d3f12d875b334e5661c5a2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Laugks?= Date: Sun, 4 Aug 2024 18:48:42 +0200 Subject: [PATCH] Add GITHUB_TOKEN --- .github/workflows/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 55e3e70..0c416b5 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -7,3 +7,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: technote-space/toc-generator@v4 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}