From 0a98da4cf7751f8acdad0feb2435a7ba2a16ed2d Mon Sep 17 00:00:00 2001 From: Jacob Affinito Date: Tue, 15 Oct 2024 08:23:40 -0700 Subject: [PATCH] chore:Update dotty to fix PR creation. (#2835) --- .github/workflows/nuget_slack_notifications.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget_slack_notifications.yml b/.github/workflows/nuget_slack_notifications.yml index c42397414d..de686a0870 100644 --- a/.github/workflows/nuget_slack_notifications.yml +++ b/.github/workflows/nuget_slack_notifications.yml @@ -25,7 +25,8 @@ jobs: name: Check for core technology package updates runs-on: ubuntu-latest permissions: - issues: write + contents: write + pull-requests: write continue-on-error: false env: @@ -81,4 +82,4 @@ jobs: cd ${{ env.scan-tool-publish-path }} dotnet ./nugetSlackNotifications.dll shell: bash - \ No newline at end of file +