From 4b337ae568010a4cf8e4bb7b97ee830ee2229bbe Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 20 Nov 2024 02:12:19 -0500 Subject: [PATCH] chore: annoying --- .github/workflows/website.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 55b9a761..0bd71a49 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -10,6 +10,9 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: - uses: actions/checkout@v4