Skip to content

Commit

Permalink
[BUG] Replace repo_token with github_token in Auto Assign PR GHA (#…
Browse files Browse the repository at this point in the history
…17203)

The Auto Assign GHA workflow fails with this [error](https://github.com/rapidsai/cudf/actions/runs/11580081781). This PR fixes this error.
xref #16969

Authors:
  - Matthew Murray (https://github.com/Matt711)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17203
  • Loading branch information
Matt711 authored Oct 29, 2024
1 parent 52d7e63 commit 8d7b0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
github_token: "${{ secrets.GITHUB_TOKEN }}"
assignees: ${{ github.actor }}

0 comments on commit 8d7b0d8

Please sign in to comment.