From daf55cf6331303575240a4dbb6046cabb60e27a6 Mon Sep 17 00:00:00 2001 From: Chris Roos Date: Thu, 16 Jan 2025 15:12:23 +0000 Subject: [PATCH] fix: fix permissions to write package to github packages --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 35db962ca79..7924d806550 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -80,6 +80,8 @@ jobs: sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js fi - name: Semantic Release + permissions: + packages: write env: NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}