Skip to content

Commit

Permalink
ci: moved default issue assignee to variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jul 25, 2023
1 parent 8b79f1a commit a301eca
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 @@ -12,4 +12,4 @@ jobs:
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ secrets.DEFAULT_ISSUE_ASSIGNEE }}
assignees: ${{ vars.DEFAULT_ISSUE_ASSIGNEE }}

0 comments on commit a301eca

Please sign in to comment.