From 2850e5805884889627db1d14d760d0e824dfb587 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Mon, 22 Jul 2024 11:29:24 -0500 Subject: [PATCH] Fix publish permissions --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e3449a7..847520f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,8 @@ env: jobs: release: runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5