From 06d09a1485f3bb838f0b8ed3d046eb86e41edd38 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Sat, 28 Sep 2024 19:14:01 -0600 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5fbfcad..3c46143 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -83,6 +83,8 @@ jobs: permissions: pull-requests: write contents: read + env: + GH_TOKEN: ${{ github.token }} steps: - name: Checkout code