From d9bafe1337a0d814398f3c022b701d556822482d Mon Sep 17 00:00:00 2001 From: Immo Landwerth Date: Wed, 2 Oct 2024 11:22:47 -0700 Subject: [PATCH] Give GH_TOKEN write permissions to packages --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 77fc331b..aa9f0f1c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -38,6 +38,8 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'terrajobst' needs: build runs-on: ubuntu-latest + permissions: + packages: write steps: - name: Download binaries uses: actions/download-artifact@v4.1.7