Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jan 17, 2024
1 parent 19825b5 commit 4f471ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/second_reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
github-token: ${{secrets.PAT_TOKEN_FOR_SECOND_REVIEWER_UNTIL_JAN_2025}}
script: |
/*
* Using PAT_TOKEN_FOR_SECOND_REVIEWER_UNTIL_JAN_2025 because the current workflow
* lacks sufficient permissions to view members of the Tribler organization.
* This token is valid until January 2025. It's issued for a maximum of one year,
* so in January 2025, it will expire and need to be replaced with a new token.
*/
const teamResponse = await github.rest.teams.listMembersInOrg({
org: 'Tribler',
team_slug: 'reviewers'
Expand Down

0 comments on commit 4f471ae

Please sign in to comment.