Skip to content

Commit 9a092c0

Browse files
authored
chore: assign team members instead of members from team (#28880)
The token I was using didn't have the correct permissions, and I need to figure out how to generate a new token (I don't think I have access to the account where these tokens live). For now, I'm going to hard code the team members until I can figure out the token access out.
1 parent a3ebca0 commit 9a092c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/assign-issues.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- name: 'Auto-assign issue'
1414
uses: pozil/auto-assign-issue@edee9537367a8fbc625d27f9e10aa8bad47b8723 # v1.13.0
1515
with:
16-
repo-token: ${{ secrets.IONITRON_TOKEN }}
17-
teams: framework
16+
assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC
1817
numOfAssignee: 1
1918
allowSelfAssign: false

0 commit comments

Comments
 (0)