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 45b59bb commit 02b63e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: "Assign issue to a team"

on:
issues:
types: [opened, reopened]
issues:
types: [opened, reopened]

jobs:
auto_assign_issue:
Expand All @@ -24,6 +24,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: |
team=`inv -e issue.assign-owner --issue ${{ github.event.issue.number }}`
inv -e issue.assign-owner --issue ${{ github.event.issue.number }}

0 comments on commit 02b63e4

Please sign in to comment.