From 73d3447558c6ab5b3576cbdb979c0e17a5c0934b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 4 Mar 2024 18:08:40 -0300 Subject: [PATCH] Fix deploy permissions --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 00d9a91..93877ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,8 @@ jobs: needs: package runs-on: ubuntu-latest permissions: - id-token: write + id-token: write # For PyPI trusted publishing. + contents: write # release notes. steps: - uses: actions/checkout@v3