diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a679f02a5f..601b321512 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,15 @@ name: Release branches: - master - beta +permissions: + contents: read # for checkout jobs: release: + permissions: + contents: write # to be able to publish a GitHub release + issues: write # to be able to comment on released issues + pull-requests: write # to be able to comment on released pull requests + id-token: write # to enable use of OIDC for npm provenance name: release runs-on: ubuntu-latest steps: