Skip to content

Commit

Permalink
chore: assign team members instead of members from team (#28880)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
liamdebeasi authored Jan 25, 2024
1 parent a3ebca0 commit 9a092c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/assign-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@edee9537367a8fbc625d27f9e10aa8bad47b8723 # v1.13.0
with:
repo-token: ${{ secrets.IONITRON_TOKEN }}
teams: framework
assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC
numOfAssignee: 1
allowSelfAssign: false

0 comments on commit 9a092c0

Please sign in to comment.