From 3b48395588981f907bd7cfd86c4a5ae7faa01fd7 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Thu, 7 Mar 2024 16:32:08 +0300 Subject: [PATCH] Added packages: write permissions to the job that publishes to GitHub packages service --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07a427f..b8b8633 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,6 +117,9 @@ jobs: name: Publish (GitHub Packages) if: ${{ (github.ref == 'refs/heads/main') || startsWith(github.ref, 'refs/tags') }} + permissions: + packages: write + steps: - uses: actions/download-artifact@v4 with: