From 4145c6a9ac511c6dff7107b0b064b086f1b15dc4 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 5 Sep 2025 19:05:40 +0200 Subject: [PATCH] ci: :construction_worker: no need to pass `GITHUB_TOKEN` (it was for contributors file) --- .github/workflows/build-website.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 82630a5..42a4f30 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -13,5 +13,3 @@ jobs: uses: seedcase-project/.github/.github/workflows/reusable-build-docs.yml@main secrets: netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} - # This is to allow using `gh` CLI - github-token: ${{ secrets.GITHUB_TOKEN }}