Fix releases to use trusted publishing (OIDC)#1379
Conversation
|
f758a58 to
bbab851
Compare
bbab851 to
cf8f98a
Compare
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/dotansimha/graphql-code-generator-community.git", | ||
| "url": "git+https://github.com/dotansimha/graphql-code-generator-community.git", |
There was a problem hiding this comment.
There is a warning when publishing saying we should add git+, so I apply that suggestion here.
| id-token: write # allows ODIC publishing | ||
| pull-requests: write # allows creating comment with alpha versions |
There was a problem hiding this comment.
I'm giving each workflow its own permissions that they need, for that extra peace of mind
|
There's a failing prettier check, but that's unrelated to this build so I'll merge this first to fix releasing. |
Description
We switched to OIDC release. This PR ensures we can release for both snapshot and stable releases