Skip to content

Commit 39e4834

Browse files
committed
ci: add permissions for creating GitHub releases
1 parent 8f7622f commit 39e4834

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
pull_request:
99
branches: [ main ]
1010

11+
permissions:
12+
contents: write # Needed to create releases
13+
packages: write # Needed if publishing to GitHub Packages
14+
1115
env:
1216
DOTNET_VERSION: '8.0.x'
1317
DOTNET_NOLOGO: true

0 commit comments

Comments
 (0)