From 10419031316ce0618a7a0ae1fac7191a540db0a6 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 13 Nov 2024 10:41:14 -0500 Subject: [PATCH 1/2] fix: give CI more permissions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4efa71fd7..0d23d9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,9 @@ jobs: concurrency: release if: github.ref == 'refs/heads/main' permissions: + contents: write + issues: write + pull-requests: write id-token: write environment: name: pypi From 96b9ebd75c9f0e89e1c0648455b09e3d970f9544 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 13 Nov 2024 10:43:25 -0500 Subject: [PATCH 2/2] fix: add packages --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d23d9c..b766754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,7 @@ jobs: issues: write pull-requests: write id-token: write + packages: write environment: name: pypi url: https://pypi.org/project/python-roborock/