Skip to content

Commit

Permalink
ci: Use correct token for Dotty PRs (#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Dec 2, 2024
1 parent a85ec0e commit 70c81d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_slack_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 70c81d6

Please sign in to comment.