From f187c98117526067db52a4968fb3b4bcc39c158b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 27 Jun 2024 11:25:10 -0500 Subject: [PATCH] chore: fix release permissions --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9178a76..5a3dfe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,10 @@ jobs: run: poetry run make html release: + permissions: + id-token: write + contents: write + runs-on: ubuntu-latest environment: release if: github.ref == 'refs/heads/main'