From d2c7c8e1d86b52045b55429dc1d4de2aa238b2b8 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 2 Aug 2023 17:22:11 +0300 Subject: [PATCH] fix: allow ci to publish a package (#8862) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b7710a779..216e3829bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ permissions: contents: read deployments: none issues: none - packages: none + packages: write pull-requests: none repository-projects: none security-events: none