From 10dc972b419f6e9bfae9e787067ea726c46b4046 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 25 Jun 2025 12:17:16 -0400 Subject: [PATCH] ci: :construction_worker: use `GH_TOKEN` to use `gh` cli --- .github/workflows/build-website.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index ec2d4ad..4d4e1ef 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -8,6 +8,10 @@ on: # Limit token permissions for security permissions: read-all +# This is to allow using `gh` CLI +env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: build-website: uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main