There was an error while loading. Please reload this page.
1 parent 622f04b commit 8bdbc24Copy full SHA for 8bdbc24
1 file changed
.github/workflows/release.yml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- "v*"
7
8
+permissions:
9
+ id-token: write # needed to be able to do OIDC handshake for NuGet Trusted Publishing
10
+ contents: read
11
+
12
jobs:
13
release:
14
runs-on: ubuntu-latest
0 commit comments