From aea3a39eb789cac52daf9879ed301cba1203d8e3 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:20:42 +0600 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 068374f..aa873e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -94,7 +94,8 @@ jobs: url: https://pypi.org/project/django-ltree-2 permissions: - id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + contents: write + id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - uses: actions/checkout@v4 - name: Install Poetry