Skip to content

Commit

Permalink
Replace repo_token with github_token in Auto Assign PR GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Oct 29, 2024
1 parent 63b773e commit 016b508
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 016b508

Please sign in to comment.