Skip to content

Commit

Permalink
fix: fix permissions to write package to github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroos committed Jan 16, 2025
1 parent ef07e47 commit daf55cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit daf55cf

Please sign in to comment.