From 88af80bf7e2aaf91d26c0829c50cf7ff32cf7b76 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Wed, 27 Nov 2024 01:03:45 -0500 Subject: [PATCH] Update assign_pr.yml --- .github/workflows/assign_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign_pr.yml b/.github/workflows/assign_pr.yml index 00978ae..9773a79 100644 --- a/.github/workflows/assign_pr.yml +++ b/.github/workflows/assign_pr.yml @@ -19,5 +19,5 @@ jobs: - name: Assign pull request uses: actions-ecosystem/action-add-assignees@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} assignees: 'santosomar'