Skip to content

Commit

Permalink
fix github token name
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Dec 3, 2024
1 parent 96057c2 commit 053a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
pip install --upgrade pip && pip install --no-compile --no-cache-dir torch transformers invoke codeowners slack-sdk PyGithub python-gitlab semver
- name: Assign issue
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
inv -e issue.assign-owner -i 31657 -d

0 comments on commit 053a14d

Please sign in to comment.