From 89bc2a6545412fee25b3cafa11139206e119689e Mon Sep 17 00:00:00 2001 From: Jorgedavyd Date: Sun, 17 Nov 2024 10:58:08 -0300 Subject: [PATCH] ci/cd --- .github/workflows/CD.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 0013492..fa2aa6e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -10,6 +10,10 @@ jobs: name: Build and publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + steps: - name: Checkout repository uses: actions/checkout@v2