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 +