diff --git a/.github/workflows/auto_assign_accebility_ticket.yml b/.github/workflows/auto_assign_accebility_ticket.yml index cc6c42dbdbb..26313bfee04 100644 --- a/.github/workflows/auto_assign_accebility_ticket.yml +++ b/.github/workflows/auto_assign_accebility_ticket.yml @@ -15,4 +15,5 @@ jobs: - name: Assign ticket to axe specialist run: gh issue edit ${{ github.event.issue.number }} --add-assignee "IsraelleHub" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} \ No newline at end of file