fix(ci): release permissions (#1285)

pull/1286/head
Jonathan Haines 2025-07-06 18:37:03 +10:00 committed by GitHub
parent a370c73dd0
commit c265ec3b16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
permissions:
contents: read
contents: write # Used by changests to create releases
id-token: write # The OIDC ID token is used for authentication with JSR.
pull-requests: write # Used by changesets to create a pull request for the release
steps:
- name: Checkout Repo
uses: actions/checkout@v4