Skip to content

Commit b96df34

Browse files
committed
Add a missing GitHub Actions release permission
Signed-off-by: Ilya Leoshkevich <[email protected]>
1 parent ec79f6f commit b96df34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dotnet.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
packages: read
13+
contents: write
1314

1415
jobs:
1516
runtime:

.github/workflows/dotnet.yml.j2

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414

1515
permissions:
1616
packages: read
17+
contents: write
1718

1819
{#-
1920
TODO: aspnetcore build fails on x64 with:

0 commit comments

Comments
 (0)