From 7346cf3862fed880ad4b2364bed6bb1936a1e201 Mon Sep 17 00:00:00 2001 From: Ben Pedigo Date: Mon, 13 May 2024 14:06:50 -0700 Subject: [PATCH] Try to fix publish --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 48d6d327c..28227cf53 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,8 @@ jobs: matrix: python-version: ["3.10"] poetry-version: ["1.8.2"] + permissions: + id-token: write steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}