Sv443 6 months ago
parent
commit
d3b73a27f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build-and-publish.yml

+ 1 - 0
.github/workflows/build-and-publish.yml

@@ -19,6 +19,7 @@ jobs:
         node-version: [22.x]
     permissions:
       contents: write # For pushing Git tags and creating releases
+      pull-requests: write # For creating the changesets relese PR
       id-token: write # The OIDC ID token is used for authentication with JSR
     steps:
       - uses: actions/checkout@v4