From 805a1f199ebee66b68db7b4bfc0aefca2c0f62dd Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Mon, 4 Nov 2024 10:29:05 +0100 Subject: [PATCH] Fix deployment.yml for PyPI --- .github/workflows/deployment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 0c9e84f9327..90da7143103 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -17,6 +17,10 @@ jobs: name: PyPI deployment runs-on: "ubuntu-latest" if: github.event_name != 'push' || github.repository == 'DIRACGrid/DIRAC' + permissions: + id-token: write + attestations: write + contents: read defaults: run: shell: bash -l {0}