Skip to content

Commit

Permalink
Add github token to nightly workflow-results action. (NVIDIA#2012)
Browse files Browse the repository at this point in the history
This is needed to fetch the runtime info from the GHA API.

This only modifies the nightly workflow, the PR tests are unaffected:
[skip-matrix][skip-vdc][skip-rapids][skip-docs]
  • Loading branch information
alliepiper committed Jul 19, 2024
1 parent 2ff83a2 commit 8a5e56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
id: check-workflow
uses: ./.github/actions/workflow-results
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.SLACK_NOTIFIER_BOT_TOKEN }}
slack_log: ${{ secrets.SLACK_CHANNEL_CI_LOG }}
slack_alert: ${{ secrets.SLACK_CHANNEL_CI_ALERT }}
Expand Down

0 comments on commit 8a5e56a

Please sign in to comment.