Skip to content

Commit e9c1d8a

Browse files
authored
Give perms to update-sdk.yml (#53422)
1 parent 2c13e06 commit e9c1d8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-sdk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
# Manual trigger to update the .NET SDK on-demand.
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: write
14+
issues: write
15+
pull-requests: write
16+
1217
jobs:
1318
update-dotnet-sdk:
1419
name: Update .NET SDK

0 commit comments

Comments
 (0)