From 15f992ccafd0e45bc13d1382bd32462a0f8bf570 Mon Sep 17 00:00:00 2001 From: Sean Sica <23294618+seansica@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:03:15 -0400 Subject: [PATCH] fix(ci): add packages:write scope to ci workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2676a2a..a283db0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write # To publish a GitHub release + packages: write # To publish to GitHub Package registry issues: write # To comment on released issues pull-requests: write # To comment on released pull requests id-token: write # To enable OIDC for npm provenance