Skip to content

Commit df5fa17

Browse files
authored
Change permissions to allow writing contents
1 parent fb53f04 commit df5fa17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write # needed to be able to do OIDC handshake for NuGet Trusted Publishing
10-
contents: read
10+
contents: write # needed to be able to make releases via the GitHub API
1111

1212
jobs:
1313
release:

0 commit comments

Comments
 (0)