From 8a81959de90f8389dd20f029b9840be7c4e138c4 Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:16:34 -0600 Subject: [PATCH] ci: Use correct token for Dotty PRs --- .github/workflows/nuget_slack_notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget_slack_notifications.yml b/.github/workflows/nuget_slack_notifications.yml index 9204eb1b6..98738acc8 100644 --- a/.github/workflows/nuget_slack_notifications.yml +++ b/.github/workflows/nuget_slack_notifications.yml @@ -61,7 +61,7 @@ jobs: - name: Check for updates to core technology packages env: DOTTY_WEBHOOK: ${{ secrets.SLACK_NUGET_NOTIFICATIONS_WEBHOOK }} - DOTTY_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DOTTY_TOKEN: ${{ secrets.DOTNET_AGENT_GH_TOKEN }} CORECLR_ENABLE_PROFILING: 1 CORECLR_NEW_RELIC_HOME: ${{ env.scan-tool-publish-path }}/newrelic CORECLR_PROFILER: "{36032161-FFC0-4B61-B559-F6C5D41BAE5A}"