Commit 94c1543
authored
Adjust permissions in release package workflow (#1751)
The `id-token: write` permission seems required for Open ID Connect (OIDC).
Publication to npm cannot succeed without it.
The `contents: write` permission should also be needed to set release tags.
See https://docs.npmjs.com/trusted-publishers#step-2-configure-your-cicd-workflow
Underlying issue: #1739.1 parent 44c33ea commit 94c1543
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
0 commit comments