fork of hey-api/openapi-ts because I need some additional things

Merge pull request #955 from hey-api/ci/release-permissions

ci: fix permissions for changeset

authored by

Lubos and committed by
GitHub
399f3e39 7d796422

+4
+4
.github/workflows/release.yml
··· 6 6 - main 7 7 8 8 permissions: 9 + contents: write 9 10 id-token: write 11 + issues: write 12 + packages: write 13 + pull-requests: write 10 14 11 15 concurrency: ${{ github.workflow }}-${{ github.ref }} 12 16