From 18fb0d87238cad326655d36e2da2f5c1cea7eb78 Mon Sep 17 00:00:00 2001 From: Jordan Matelsky Date: Fri, 22 Mar 2024 10:48:54 -0400 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 6dfb3da..42edbff 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -8,6 +8,8 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout code uses: actions/checkout@v2