From 28a0705117fea0bf79dad3c5dc5056fd4d9d509c Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Fri, 10 Nov 2023 13:10:05 -0600 Subject: [PATCH] ci: Update CI configuration file - Add permissions for read access to contents, write access to deployments, and read access to statuses - Update Python version in the matrix to 3.12 --- .github/workflows/cicd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6565af3..aed6bac 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -88,6 +88,9 @@ jobs: permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write + contents: read + deployments: write + statuses: read strategy: matrix: python-version: [3.12]