Skip to content

Commit 0a98da4

Browse files
authored
chore:Update dotty to fix PR creation. (#2835)
1 parent 27a78cb commit 0a98da4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nuget_slack_notifications.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
name: Check for core technology package updates
2626
runs-on: ubuntu-latest
2727
permissions:
28-
issues: write
28+
contents: write
29+
pull-requests: write
2930
continue-on-error: false
3031

3132
env:
@@ -81,4 +82,4 @@ jobs:
8182
cd ${{ env.scan-tool-publish-path }}
8283
dotnet ./nugetSlackNotifications.dll
8384
shell: bash
84-
85+

0 commit comments

Comments
 (0)