Skip to content

Commit

Permalink
chore: update permission for publish-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Oct 1, 2024
1 parent 5bc737d commit 7c63315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/03-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
publish:
name: Publish latest package versions to GitHub Packages
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: ⏬ Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -49,6 +47,8 @@ jobs:
return await release({github, context, workspace, iconReleaseId})
- name: 📰 Publish to NPM Registries
permissions:
id-token: write
run: |
chmod +rx ./.github/scripts/publish-npm.sh
./.github/scripts/publish-npm.sh
Expand Down

0 comments on commit 7c63315

Please sign in to comment.