From 16363935cea853126504e0dc4be51e41adab29b6 Mon Sep 17 00:00:00 2001 From: Alex Bigelow Date: Fri, 15 Sep 2023 15:47:49 -0700 Subject: [PATCH] Trying with just the org reader token --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6ee980..1f0b573 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,6 @@ jobs: } ' > _site/static/people.json env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.ORGANIZATION_READER }} - name: Deploy 🚀 # This step commits the contents of the _site folder into the gh-pages branch (which github serves as a website)