Skip to content

Commit

Permalink
Use PAT to read team member list (#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored Jan 9, 2024
1 parent 95ab163 commit 249640f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/needs-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
fi
done
echo "result=${result}" >> "${GITHUB_OUTPUT}"
env:
GITHUB_TOKEN: ${{ secrets.NEEDS_TRIAGE_GITHUB_TOKEN }}
- name: Add needs-triage label
if: steps.is-author-guild-member.outputs.result == 'false'
run: |-
Expand Down

0 comments on commit 249640f

Please sign in to comment.